Skip to content

Commit

Permalink
clean up debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Feb 18, 2024
1 parent 14f68e1 commit a85b4a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,12 @@ build_flags =
platform = [email protected] ;; this one behaves better for debugging
board = lolin_s3_mini ;https://github.com/platformio/platform-espressif32/blob/develop/boards/lolin_s3_mini.json
upload_speed = 256000
build_unflags =
-DNDEBUG
build_flags =
${env.build_flags}
-DCONFIG_IDF_TARGET_ESP32S3=1
-DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1 -DARDUINO_USB_DFU_ON_BOOT=0 -DARDUINO_USB_MSC_ON_BOOT=0 ;; for debugging over USB
-D DEBUG=1 -D CORE_DEBUG_LEVEL=5 -D ARDUINOJSON_DEBUG=1 ;; for more debug output
;;-DSTARMOD_LOLIN_WIFI_FIX ;; I don't trust the tiny ceramic antenna - use workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi
; -D DEBUG=1 -D CORE_DEBUG_LEVEL=1 -D ARDUINOJSON_DEBUG=1 ;; for more debug output
; -DSTARMOD_LOLIN_WIFI_FIX ;; I don't trust the tiny ceramic antenna - use workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi



Expand Down

0 comments on commit a85b4a7

Please sign in to comment.