remove ESP32 sleep build flag

This commit is contained in:
Jason2866 2020-11-12 14:30:14 +01:00 committed by GitHub
parent 3786b4ea9f
commit b0e2ceb17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ platform_packages = tool-esptoolpy @ 1.20800.0
framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.4.2/esp32-1.0.4.2.zip
build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags}
; ESP32 needs wifi modem sleep for working BT !!!
-DAPP_NORMAL_SLEEP=true
-DESP32_STAGE=true
[library]