Binary file not shown.
+7
-4
@@ -46,9 +46,9 @@ board_build.flash_mode = dio
|
||||
upload_speed = 115200
|
||||
upload_resetmethod = nodemcu
|
||||
lib_deps =
|
||||
WiFiManager@0.14
|
||||
WiFiManager
|
||||
AsyncMqttClient
|
||||
ArduinoJson@6.9.1
|
||||
ArduinoJson
|
||||
WS2812FX
|
||||
NeoPixelBus
|
||||
WebSockets
|
||||
@@ -56,14 +56,17 @@ lib_deps =
|
||||
ESPAsyncUDP
|
||||
https://github.com/FabLab-Luenen/GY33_MCU
|
||||
Brzo I2C
|
||||
IRremoteESP8266@2.5.3
|
||||
IRremoteESP8266
|
||||
FastLED
|
||||
|
||||
[env:esp01_1m]
|
||||
board = esp01_1m
|
||||
framework = ${common.framework}
|
||||
platform = ${common.platform}
|
||||
build_flags = ${common.build_flags} -D D1=2
|
||||
board_build.f_cpu = 160000000L
|
||||
build_flags =
|
||||
${common.build_flags} -D D1=2
|
||||
-Wl,-Teagle.flash.1m64.ld ; Required for core > v2.5.0 or staging version
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
||||
Reference in New Issue
Block a user