mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
add gzip support
This commit is contained in:
parent
a64b648f7a
commit
96d66c1b45
3 changed files with 13 additions and 7 deletions
|
|
@ -22,6 +22,7 @@ lib_deps =
|
|||
knolleary/PubSubClient@^2.8
|
||||
extra_scripts = pre:minify.py
|
||||
board_build.partitions = min_spiffs.csv
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
[env:esp32devdbg]
|
||||
build_type = debug
|
||||
|
|
@ -34,4 +35,5 @@ lib_deps =
|
|||
lsatan/SmartRC-CC1101-Driver-Lib@^2.5.7
|
||||
knolleary/PubSubClient@^2.8
|
||||
extra_scripts = pre:minify.py
|
||||
board_build.partitions = min_spiffs.csv
|
||||
board_build.partitions = min_spiffs.csv
|
||||
board_build.filesystem = littlefs
|
||||
Loading…
Add table
Add a link
Reference in a new issue