Skip to content

Commit

Permalink
Remove some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Feb 20, 2021
1 parent 1dc9ffb commit 151d405
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html

[common_env_data]
upload_speed = 460800 ; 921600
upload_speed = 460800 ; 921600 // MacBook can't handle the heat!
monitor_speed = 74880
framework = arduino
platform = espressif8266
Expand All @@ -18,7 +18,7 @@ build_flags =
!python tools/git_rev.py
-D PIO_SRC_TAG=2.2.2
-D BAUD=${common_env_data.monitor_speed}
-DDEBUG_ESP_PORT=Serial
; -DDEBUG_ESP_PORT=Serial
; -D DEBUG_ESP_WIFI
; -D DEBUG_ESP_HTTP_UPDATE
; -D DEBUG_ESP_HTTP_CLIENT
Expand All @@ -33,26 +33,26 @@ build_flags =
; -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH ; v2 Higher Bandwidth (no features)
; -D PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_LOW_MEMORY ; v2 IPv6 Lower Memory
; -D PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH ; v2 IPv6 Higher Bandwidth
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH ; v1.4 Higher Bandwidth
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH ; v1.4 Higher Bandwidth (Needed because of stream errors getting Filesystem OTA)
extra_scripts = ; pre:python tools\name_firmware.py
lib_deps =
ArduinoJson
https://github.com/lbussy/OneWire.git
https://github.com/lbussy/DS18B20.git
https://github.com/lbussy/Arduino-Log.git
https://github.com/lbussy/ESPAsyncTCP
https://github.com/lbussy/ESPAsyncWebServer.git
https://github.com/lbussy/AsyncWiFiManager.git
https://github.com/lbussy/ESPAsyncTCP
https://github.com/lbussy/asyncHTTPrequest.git
https://github.com/lbussy/CircularBuffer.git
https://github.com/lbussy/LCBUrl.git
https://github.com/lbussy/esptelnet.git
https://github.com/lbussy/ESP_DoubleResetDetector
https://github.com/lbussy/ThingSpeak
monitor_filters =
esp8266_exception_decoder
; esp8266_exception_decoder
; log2file
build_type = release
build_type = release ; Cannot use debug with Wemos D1

[env:d1_mini]
board_build.filesystem = littlefs
Expand Down

0 comments on commit 151d405

Please sign in to comment.