Skip to content

Commit

Permalink
Adjust debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Feb 14, 2021
1 parent 7afa32f commit a6dec58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
[common_env_data]
upload_speed = 921600
monitor_speed = 74880
monitor_filters =
; esp8266_exception_decoder
; log2file
framework = arduino
platform = espressif8266
build_unflags =
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
; -D DEBUG_ESP_PORT=Serial
; -D DEBUG_ESP_WIFI
; -D DEBUG_ESP_HTTP_UPDATE
; -D DEBUG_ESP_HTTP_CLIENT
Expand Down Expand Up @@ -49,9 +52,6 @@ lib_deps =
https://github.com/lbussy/esptelnet.git
https://github.com/lbussy/ESP_DoubleResetDetector
https://github.com/lbussy/ThingSpeak
monitor_filters =
esp8266_exception_decoder
; log2file
build_type = release

[env:d1_mini]
Expand Down

0 comments on commit a6dec58

Please sign in to comment.