Skip to content

Commit 70f88d5

Browse files
author
haschtl
committed
add default names
1 parent 2fe95a4 commit 70f88d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ board_build.partitions = min_spiffs.csv
2222
extends = env:upesy_wroom
2323
build_flags =
2424
; -DCORE_DEBUG_LEVEL=5
25+
-DQUARZLAMPE=1
2526
-DENABLE_SWITCH=1
2627
-DENABLE_LIGHT_SENSOR=1
2728
-DENABLE_MUSIC_MODE=1
2829

2930
[env:desk_lamp]
3031
extends = env:upesy_wroom
3132
build_flags =
33+
-DSCHREIBTISCHLAMPE=1
3234
-DENABLE_SWITCH=0
3335
-DENABLE_EXT_INPUT=1
3436
-DENABLE_POTI=1

0 commit comments

Comments
 (0)