Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiler2 committed Jun 2, 2023
1 parent 5e05d84 commit a0c4924
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ lib_deps =

upload_protocol = esptool
monitor_speed = 115200
upload_speed = 921600
monitor_filters = default, esp32_exception_decoder, time, printable

build_src_flags = !python git-rev.py
Expand All @@ -51,9 +50,9 @@ build_flags =
'-DSSD1306_NO_SPLASH=1'

extra_scripts =
pio_env.py
upload_no_build.py
post:post_build.py
pio_env.py
upload_no_build.py
post:post_build.py

[env:esp32]
board = esp32doit-devkit-v1
Expand All @@ -80,8 +79,8 @@ build_type = debug
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
build_flags =
${env.build_flags}
'-DCORE_DEBUG_LEVEL=4'
'-DLOG_LOCAL_LEVEL=4'
'-DCORE_DEBUG_LEVEL=4'
'-DLOG_LOCAL_LEVEL=4'
'-DSHOW_DEBUG_MSGS=1'
'-DSSD1306_NO_SPLASH=1'

Expand Down

0 comments on commit a0c4924

Please sign in to comment.