Everything seems to work except Improv
This commit is contained in:
parent
562348b5ea
commit
4538326990
6 changed files with 49 additions and 4 deletions
|
@ -19,11 +19,14 @@ monitor_filters = esp32_exception_decoder, colorize
|
|||
board_build.filesystem = littlefs
|
||||
|
||||
[btclock_base]
|
||||
extra_scripts = post:scripts/extra_script.py
|
||||
board_build.partitions = partition.csv
|
||||
build_flags =
|
||||
!python scripts/git_rev.py
|
||||
-DLAST_BUILD_TIME=$UNIX_TIME
|
||||
-DASYNCWEBSERVER_REGEX
|
||||
-D ARDUINO_USB_CDC_ON_BOOT
|
||||
-fexceptions
|
||||
build_unflags =
|
||||
-fno-exceptions
|
||||
-Werror=all
|
||||
|
@ -42,4 +45,7 @@ extends = btclock_base
|
|||
board = lolin_s3_mini
|
||||
build_flags =
|
||||
${btclock_base.build_flags}
|
||||
-D MCP_INT_PIN=8
|
||||
-D NEOPIXEL_PIN=34
|
||||
-D NEOPIXEL_COUNT=4
|
||||
-D NUM_SCREENS=7
|
Loading…
Add table
Add a link
Reference in a new issue