Skip to content

Commit fab7f0a

Browse files
committed
remove DEBUG Flags from release build
1 parent 13a12ba commit fab7f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ check_skip_packages = yes
2424

2525
[env:lora_board]
2626
board = esp32doit-devkit-v1
27-
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5
27+
build_flags = -Werror -Wall
2828

2929
[env:lora_board_debug]
3030
board = esp32doit-devkit-v1

0 commit comments

Comments
 (0)