Files
IoTManager/platformio.ini

134 lines
3.4 KiB
INI
Raw Normal View History

2021-10-05 19:21:52 +08:00
; 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
[platformio]
default_envs = esp8266_4mb
2021-10-05 19:42:17 +08:00
data_dir = data_esp
2021-10-05 19:21:52 +08:00
[common_env_data]
lib_deps_external =
bblanchon/ArduinoJson @5.*
knolleary/PubSubClient
lib_deps_internal =
ESP Async WebServer
GyverFilters
OneWire
EspSoftwareSerial
[env:esp8266_4mb]
build_flags = -Desp8266_4mb="esp8266_4mb"
framework = arduino
board = nodemcuv2
board_build.ldscript = eagle.flash.4m1m.ld
platform = espressif8266 @2.6.3
lib_deps =
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal}
ESPAsyncTCP
ESPAsyncUDP
CTBot @2.1.6
thomasfredericks/Bounce2
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
adafruit/Adafruit BME280 Library
adafruit/Adafruit CCS811 Library
milesburton/DallasTemperature
robtillaart/SHT2x@^0.1.1
2021-10-05 19:21:52 +08:00
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
[env:esp8266_1mb]
build_flags = -Desp8266_1mb="esp8266_1mb"
framework = arduino
board = nodemcuv2
board_build.ldscript = eagle.flash.1m256.ld
platform = espressif8266 @2.6.2
lib_deps =
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal}
ESPAsyncTCP
ESPAsyncUDP
CTBot @2.1.6
thomasfredericks/Bounce2
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
adafruit/Adafruit BME280 Library
adafruit/Adafruit CCS811 Library
milesburton/DallasTemperature
robtillaart/SHT2x@^0.1.1
2021-10-05 19:21:52 +08:00
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
[env:esp8266_mysensors_4mb]
build_flags = -Desp8266_mysensors_4mb="esp8266_mysensors_4mb"
framework = arduino
board = nodemcuv2
board_build.ldscript = eagle.flash.4m1m.ld
platform = espressif8266 @2.6.3
lib_deps =
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal}
ESPAsyncTCP
ESPAsyncUDP
CTBot @2.1.6
2021-10-05 19:26:09 +08:00
MySensors @2.3.2
robtillaart/SHT2x@^0.1.1
2021-10-05 19:21:52 +08:00
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
[env:esp32_4mb]
build_flags = -Desp32_4mb="esp32_4mb"
framework = arduino
board = esp32dev
2021-12-13 22:43:53 +01:00
platform = espressif32 @3.4.0
2021-10-05 19:21:52 +08:00
lib_deps =
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal}
AsyncTCP
madhephaestus/ESP32Servo
luc-github/ESP32SSDP
ESP32Servo
CTBot @2.1.6
thomasfredericks/Bounce2
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
adafruit/Adafruit BME280 Library
adafruit/Adafruit CCS811 Library
milesburton/DallasTemperature
robtillaart/SHT2x@^0.1.1
2021-10-05 19:21:52 +08:00
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200
2021-12-13 23:35:29 +01:00
board_build.partitions = esp32_partitions_castom.csv
2021-10-05 19:21:52 +08:00
[env:esp32_mysensors_4mb]
build_flags = -Desp32_mysensors_4mb="esp32_mysensors_4mb"
framework = arduino
board = esp32dev
platform = espressif32 @3.3.0
2021-10-05 19:21:52 +08:00
lib_deps =
${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal}
AsyncTCP
luc-github/ESP32SSDP
CTBot @2.1.6
ESP32 AnalogWrite
ESP32Servo
2021-10-05 19:26:09 +08:00
MySensors @2.3.2
robtillaart/SHT2x@^0.1.1
2021-10-05 19:21:52 +08:00
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200