lolin32 board added. fw and UI de-cluttered.

This commit is contained in:
2024-02-11 09:02:39 +00:00
parent ffeb1d3a2c
commit 0546fec678
10 changed files with 414 additions and 1727 deletions

View File

@@ -8,39 +8,27 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32cam]
[env]
platform = espressif32
board = esp32cam
framework = arduino
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer.git
me-no-dev/AsyncTCP@^1.1.1
ayushsharma82/AsyncElegantOTA@^2.2.7
arduino-libraries/Arduino_JSON@^0.1.0
adafruit/Adafruit MMC56x3@^1.0.1
ayushsharma82/ElegantOTA@^3.1.0
invensenseinc/ICM42670P@^1.0.0
board_build.partitions = partitions.csv
monitor_speed = 115200
[env:odyssey]
platform = espressif32
board = seeed_xiao_esp32s3
framework = arduino
platform_packages = toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/chopster44/Adafruit_Sensor.git
https://github.com/chopster44/Adafruit_BME280_Library.git
https://github.com/adafruit/Adafruit_BusIO.git
https://github.com/chopster44/Adafruit_MMC56x3.git
arduino-libraries/Arduino_JSON@^0.2.0
adafruit/Adafruit MMC56x3@^1.0.1
ayushsharma82/AsyncElegantOTA@^2.2.7
invensenseinc/ICM42670P@^1.0.0
build_flags =
'-D ARDUINO_USB_MODE=0'
'-D ARDUINO_USB_CDC_ON_BOOT=1'
'-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1'
monitor_speed = 115200
[env:esp32cam]
board = esp32cam
[env:lolin32]
board = lolin32
[env:odyssey]
board = seeed_xiao_esp32s3
platform_packages = toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
build_flags =
'-D ARDUINO_USB_CDC_ON_BOOT=1'
'-D ARDUINO_USB_MODE=0'