Fixed issue #21

Fixed issue #21
This commit is contained in:
bpohvoodoo
2019-04-28 10:14:46 +02:00
parent a734762639
commit 1ea5d12735
2 changed files with 7 additions and 4 deletions
Binary file not shown.
+7 -4
View File
@@ -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}