mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix typo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
my_build_flags =
|
my_build_flags =
|
||||||
|
|
||||||
; 5=verbose, 4=debug, 3=info
|
; 5=verbose, 4=debug, 3=info
|
||||||
debug_flags = DCORE_DEBUG_LEVEL=5
|
debug_flags = -DCORE_DEBUG_LEVEL=5
|
||||||
|
|
||||||
[env:esp32]
|
[env:esp32]
|
||||||
; if using OTA enter your details below
|
; if using OTA enter your details below
|
||||||
@@ -19,9 +19,7 @@ upload_flags =
|
|||||||
upload_port = ems-esp.local
|
upload_port = ems-esp.local
|
||||||
|
|
||||||
; use this when you don't want to re-build the WebUI
|
; use this when you don't want to re-build the WebUI
|
||||||
extra_scripts =
|
extra_scripts = scripts/rename_fw.py
|
||||||
scripts/rename_fw.py
|
|
||||||
scripts/upload_fw.py
|
|
||||||
|
|
||||||
; pio run -e debug
|
; pio run -e debug
|
||||||
; or from Visual Studio Code do PIO -> Project Tasks -> debug -> General -> Upload and Monitor
|
; or from Visual Studio Code do PIO -> Project Tasks -> debug -> General -> Upload and Monitor
|
||||||
|
|||||||
Reference in New Issue
Block a user