From 7dae79a25861d8ee130f6b119e244fca22193884 Mon Sep 17 00:00:00 2001 From: cheetah Date: Mon, 31 Mar 2025 00:32:48 +0200 Subject: [PATCH] fixed platformio --- platformio.ini | 70 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 6180047..8267516 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,7 +8,75 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:ttgo-lora32-v2] +[env:ttgo-lora32-v2_nodwd_mowas] +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 +platform = espressif32 +board = ttgo-lora32-v2 +board_build.embed_txtfiles = + data/index.html + data/script.js + data/style.css +framework = arduino +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 +monitor_speed = 115200 +board_build.mcu = esp32 +upload_speed = 921600 + +[env:ttgo-lora32-v2_dwd_mowas] +build_flags = + -DSMART_POC_MODULE_DWD=1 + -DSMART_POC_MODULE_MOWAS=1 + -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 platform = espressif32 board = ttgo-lora32-v2 board_build.embed_txtfiles =