Skip to content

Commit

Permalink
build(watchdog): override in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
renatobo committed May 20, 2021
1 parent e67ae49 commit 13edc04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build_type = debug
build_flags =
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO
-DCORE_DEBUG_LEVEL=3
-DLAZYWATCHDOG
monitor_port = /dev/cu.SLAB_USBtoUART

[env:doit_prod]
Expand All @@ -43,7 +44,7 @@ monitor_port = /dev/cu.SLAB_USBtoUART
board = esp32doit-devkit-v1
build_type = debug
build_flags =
-DCORE_DEBUG_LEVEL=4
-DCORE_DEBUG_LEVEL=3
-DCAN_DATA_SIMULATOR_MODE
monitor_port = /dev/cu.SLAB_USBtoUART

Expand All @@ -54,6 +55,7 @@ build_flags =
-DCORE_DEBUG_LEVEL=3
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DLAZYWATCHDOG

[env:lolin_simulateCAN]
board = lolin_d32_pro
Expand Down

0 comments on commit 13edc04

Please sign in to comment.