smartPOC-tx/platformio.ini
2025-04-02 00:15:31 +02:00

87 lines
No EOL
2.3 KiB
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[common]
build_flags =
-DRADIOLIB_EXCLUDE_CC1101=1
-DRADIOLIB_EXCLUDE_NRF24=1
-DRADIOLIB_EXCLUDE_RF69=1
-DRADIOLIB_EXCLUDE_SX1231=1
-DRADIOLIB_EXCLUDE_SX1233=1
-DRADIOLIB_EXCLUDE_SI443X=1
-DRADIOLIB_EXCLUDE_RFM2X=1
-DRADIOLIB_EXCLUDE_AFSK=1
-DRADIOLIB_EXCLUDE_BELL=1
-DRADIOLIB_EXCLUDE_HELLSCHREIBER=1
-DRADIOLIB_EXCLUDE_MORSE=1
-DRADIOLIB_EXCLUDE_RTTY=1
-DRADIOLIB_EXCLUDE_SSTV=1
-DRADIOLIB_EXCLUDE_AX25=1
-DRADIOLIB_EXCLUDE_DIRECT_RECEIVE=1
-DRADIOLIB_EXCLUDE_BELL=1
-DRADIOLIB_EXCLUDE_PAGER=1
-DRADIOLIB_EXCLUDE_FSK4=1
-DRADIOLIB_EXCLUDE_APRS=1
-DRADIOLIB_EXCLUDE_LORAWAN=1
-DRADIOLIB_GODMODE=1
-DRADIOLIB_LOW_LEVEL=1
board_build.embed_txtfiles =
data/index.html
data/script.js
data/style.css
lib_deps =
jgromes/RadioLib@^7.1.2
ropg/ezTime@^0.8.3
esphome/AsyncTCP-esphome@^2.1.4
esphome/ESPAsyncWebServer-esphome@^3.3.0
bblanchon/ArduinoJson@^7.3.1
knolleary/PubSubClient@^2.8
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.6.1
[env:ttgo-lora32-v2_nodwd_mowas_noscreen]
platform = espressif32
framework = arduino
board = ttgo-lora32-v2
board_build.mcu = esp32
lib_deps = ${common.lib_deps}
; build_flags =
; -flto
board_build.embed_txtfiles = ${common.board_build.embed_txtfiles}
monitor_speed = 115200
upload_speed = 921600
[env:ttgo-lora32-v2_dwd_mowas_noscreen]
build_flags =
${common.build_flags}
-DSMART_POC_MODULE_DWD=1
-DSMART_POC_MODULE_MOWAS=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}
monitor_speed = 115200
upload_speed = 921600
[env:ttgo-lora32-v2_dwd_mowas_screen]
build_flags =
${common.build_flags}
-DSMART_POC_DISPLAY=1
-DSMART_POC_MODULE_DWD=1
-DSMART_POC_MODULE_MOWAS=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}
monitor_speed = 115200
upload_speed = 921600