This commit is contained in:
parent
231c3e0a83
commit
dba7f12e95
1 changed files with 7 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
[common]
|
||||
board_build.partitions = min_spiffs.csv
|
||||
build_flags =
|
||||
-DRADIOLIB_EXCLUDE_CC1101=1
|
||||
-DRADIOLIB_EXCLUDE_NRF24=1
|
||||
|
@ -36,7 +37,7 @@ board_build.embed_txtfiles =
|
|||
data/script.js
|
||||
data/style.css
|
||||
lib_deps =
|
||||
jgromes/RadioLib@^7.1.2
|
||||
https://git.cheetah.cat/forks/RadioLibSmol.git@~17.0.3
|
||||
ropg/ezTime@^0.8.3
|
||||
esphome/AsyncTCP-esphome@^2.1.4
|
||||
esphome/ESPAsyncWebServer-esphome@^3.3.0
|
||||
|
@ -54,6 +55,7 @@ lib_deps = ${common.lib_deps}
|
|||
; build_flags =
|
||||
; -flto
|
||||
board_build.embed_txtfiles = ${common.board_build.embed_txtfiles}
|
||||
board_build.partitions = min_spiffs.csv
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
||||
|
||||
|
@ -62,12 +64,14 @@ build_flags =
|
|||
${common.build_flags}
|
||||
-DSMART_POC_MODULE_DWD=1
|
||||
-DSMART_POC_MODULE_MOWAS=1
|
||||
-DSMART_POC_MODULE_DWD_WX=1
|
||||
lib_deps = ${common.lib_deps}
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = ttgo-lora32-v2
|
||||
board_build.mcu = esp32
|
||||
board_build.embed_txtfiles = ${common.board_build.embed_txtfiles}
|
||||
board_build.partitions = min_spiffs.csv
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
||||
|
||||
|
@ -77,11 +81,13 @@ build_flags =
|
|||
-DSMART_POC_DISPLAY=1
|
||||
-DSMART_POC_MODULE_DWD=1
|
||||
-DSMART_POC_MODULE_MOWAS=1
|
||||
-DSMART_POC_MODULE_DWD_WX=1
|
||||
lib_deps = ${common.lib_deps}
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = ttgo-lora32-v2
|
||||
board_build.mcu = esp32
|
||||
board_build.embed_txtfiles = ${common.board_build.embed_txtfiles}
|
||||
board_build.partitions = min_spiffs.csv
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
Loading…
Add table
Reference in a new issue