|
@ -125,6 +125,24 @@ lib_deps = |
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
https://github.com/JChristensen/Timezone |
|
|
https://github.com/JChristensen/Timezone |
|
|
|
|
|
|
|
|
|
|
|
[env:esp8266-sh1106] |
|
|
|
|
|
platform = espressif8266 |
|
|
|
|
|
board = esp12e |
|
|
|
|
|
board_build.f_cpu = 80000000L |
|
|
|
|
|
build_flags = -D RELEASE -DENA_SH1106 |
|
|
|
|
|
monitor_filters = |
|
|
|
|
|
;default ; Remove typical terminal control codes from input |
|
|
|
|
|
time ; Add timestamp with milliseconds for each new line |
|
|
|
|
|
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory |
|
|
|
|
|
lib_deps = |
|
|
|
|
|
https://github.com/yubox-node-org/ESPAsyncWebServer |
|
|
|
|
|
nrf24/RF24 |
|
|
|
|
|
paulstoffregen/Time |
|
|
|
|
|
https://github.com/bertmelis/espMqttClient#v1.3.3 |
|
|
|
|
|
bblanchon/ArduinoJson |
|
|
|
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
|
|
|
https://github.com/JChristensen/Timezone |
|
|
|
|
|
|
|
|
[env:esp32-wroom32-release] |
|
|
[env:esp32-wroom32-release] |
|
|
platform = espressif32 |
|
|
platform = espressif32 |
|
|
board = lolin_d32 |
|
|
board = lolin_d32 |
|
@ -181,3 +199,21 @@ lib_deps = |
|
|
bblanchon/ArduinoJson |
|
|
bblanchon/ArduinoJson |
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
https://github.com/JChristensen/Timezone |
|
|
https://github.com/JChristensen/Timezone |
|
|
|
|
|
|
|
|
|
|
|
[env:esp32-wroom32-sh1106] |
|
|
|
|
|
platform = espressif32 |
|
|
|
|
|
board = lolin_d32 |
|
|
|
|
|
build_flags = -D RELEASE -std=gnu++14 -DENA_SH1106 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
monitor_filters = |
|
|
|
|
|
;default ; Remove typical terminal control codes from input |
|
|
|
|
|
time ; Add timestamp with milliseconds for each new line |
|
|
|
|
|
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory |
|
|
|
|
|
lib_deps = |
|
|
|
|
|
https://github.com/yubox-node-org/ESPAsyncWebServer |
|
|
|
|
|
nrf24/RF24 |
|
|
|
|
|
paulstoffregen/Time |
|
|
|
|
|
https://github.com/bertmelis/espMqttClient#v1.3.3 |
|
|
|
|
|
bblanchon/ArduinoJson |
|
|
|
|
|
https://github.com/ThingPulse/esp8266-oled-ssd1306.git |
|
|
|
|
|
https://github.com/JChristensen/Timezone |