File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ cmake-build*
23
23
src /lang /bckps /*
24
24
.add_build_time
25
25
.vscode /*
26
- upload_config.ini
26
+ upload_config.ini
27
+ src /lang /intl_hu.h
28
+ src /lang /intl_ro.h
Original file line number Diff line number Diff line change @@ -141,3 +141,27 @@ extra_scripts = ${common.extra_scripts}
141
141
platform = espressif8266
142
142
board = d1_mini
143
143
framework = arduino
144
+
145
+ [env:d1_mini_pro]
146
+ lang = en
147
+ platform = ${common.platform_version}
148
+ framework = arduino
149
+ board = d1_mini_pro
150
+ board_build.f_cpu = ${common.board_build.f_cpu}
151
+ board_build.f_flash = 80000000L
152
+ board_build.flash_mode = qout
153
+ ; debug - see: https://github.com/esp8266/Arduino/blob/master/boards.txt
154
+ build_flags = -Wl,-Teagle.flash.4m2m.ld
155
+ -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
156
+ -D BEARSSL_SSL_BASIC
157
+ # -D VTABLES_IN_DRAM
158
+ # -D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
159
+ -D HTTPCLIENT_1_1_COMPATIBLE =0
160
+ # -D DEBUG_ESP_OOM
161
+ # -DNDEBUG
162
+ # -DDEBUG_ESP_HTTP_CLIENT
163
+ # -DNDEBUG
164
+ # -DDEBUG_ESP_WIFI -DNDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial
165
+ lib_deps = ${common.lib_deps_external}
166
+ ${common.lib_deps_esp8266}
167
+ extra_scripts = ${common.extra_scripts}
Original file line number Diff line number Diff line change 10
10
#include " helpers.h"
11
11
#include " html-content.h"
12
12
#include " webserver.h"
13
- #include " BH1750.h" // unfortunate sensor class name clash
13
+ #include < BH1750.h> // unfortunate sensor class name clash
14
14
15
15
namespace BH17 {
16
16
extern const char KEY[] PROGMEM;
You can’t perform that action at this time.
0 commit comments