Websocket sources working
This commit is contained in:
parent
c2226f73e0
commit
562348b5ea
28 changed files with 32411 additions and 6 deletions
|
@ -19,19 +19,27 @@ monitor_filters = esp32_exception_decoder, colorize
|
|||
board_build.filesystem = littlefs
|
||||
|
||||
[btclock_base]
|
||||
;board_build.partitions = partition.csv
|
||||
board_build.partitions = partition.csv
|
||||
build_flags =
|
||||
-DLAST_BUILD_TIME=$UNIX_TIME
|
||||
-DASYNCWEBSERVER_REGEX
|
||||
-D ARDUINO_USB_CDC_ON_BOOT
|
||||
|
||||
build_unflags =
|
||||
-fno-exceptions
|
||||
-Werror=all
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^6.21.3
|
||||
esphome/Improv@^1.2.3
|
||||
esphome/ESPAsyncWebServer-esphome@^3.1.0
|
||||
adafruit/Adafruit BusIO@^1.14.5
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.3.0
|
||||
adafruit/Adafruit NeoPixel@^1.11.0
|
||||
https://github.com/dsbaars/universal_pin
|
||||
https://github.com/dsbaars/GxEPD2#universal_pin
|
||||
|
||||
[env:lolin_s3_mini]
|
||||
extends = btclock_base
|
||||
board = lolin_s3_mini
|
||||
build_flags =
|
||||
${btclock_base.build_flags}
|
||||
${btclock_base.build_flags}
|
||||
-D NUM_SCREENS=7
|
Loading…
Add table
Add a link
Reference in a new issue