|
@ -10,14 +10,15 @@ |
|
|
|
|
|
|
|
|
[env] |
|
|
[env] |
|
|
platform = espressif32 |
|
|
platform = espressif32 |
|
|
|
|
|
;platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = pre:processHtml.py |
|
|
extra_scripts = pre:processHtml.py |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
SPI |
|
|
SPI |
|
|
Wire |
|
|
Wire |
|
|
https://github.com/schreibfaul1/ESP32-audioI2S.git#5efe459 |
|
|
|
|
|
https://github.com/madhephaestus/ESP32Encoder.git#bdfbdbc |
|
|
|
|
|
|
|
|
https://github.com/schreibfaul1/ESP32-audioI2S.git#10e7eb6 |
|
|
|
|
|
https://github.com/madhephaestus/ESP32Encoder.git#06fbeb3 |
|
|
https://github.com/knolleary/pubsubclient.git#2d228f2 |
|
|
https://github.com/knolleary/pubsubclient.git#2d228f2 |
|
|
https://github.com/biologist79/ESP32FTPServer |
|
|
https://github.com/biologist79/ESP32FTPServer |
|
|
https://github.com/FastLED/FastLED.git#3.4.0 |
|
|
https://github.com/FastLED/FastLED.git#3.4.0 |
|
@ -31,9 +32,11 @@ lib_deps = |
|
|
https://github.com/tuniii/LogRingBuffer.git#89d7d3e |
|
|
https://github.com/tuniii/LogRingBuffer.git#89d7d3e |
|
|
https://github.com/tueddy/PN5180-Library.git#2d9ae3d |
|
|
https://github.com/tueddy/PN5180-Library.git#2d9ae3d |
|
|
platform_packages = |
|
|
platform_packages = |
|
|
|
|
|
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 |
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 |
|
|
;platformio/framework-arduinoespressif32 @ https://github.com/tuniii/arduino-esp32-v1.0.6-wt#v1.0.6-patched |
|
|
;platformio/framework-arduinoespressif32 @ https://github.com/tuniii/arduino-esp32-v1.0.6-wt#v1.0.6-patched |
|
|
|
|
|
|
|
|
|
|
|
;platformio/tool-esptoolpy @ ~1.30100 |
|
|
|
|
|
;framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.1-RC1 |
|
|
|
|
|
|
|
|
[env:esp32-a1s] |
|
|
[env:esp32-a1s] |
|
|
board = esp-wrover-kit |
|
|
board = esp-wrover-kit |
|
@ -114,7 +117,7 @@ board = az-delivery-devkit-v4 |
|
|
board_build.partitions = custom_4mb_noota.csv |
|
|
board_build.partitions = custom_4mb_noota.csv |
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
build_flags = -DHAL=99 |
|
|
|
|
|
|
|
|
build_flags = -DHAL=8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[env:ttgo_t8] |
|
|
[env:ttgo_t8] |
|
@ -134,8 +137,8 @@ build_flags = -DHAL=5 |
|
|
board = esp-wrover-kit |
|
|
board = esp-wrover-kit |
|
|
;board_build.partitions = huge_app.csv |
|
|
;board_build.partitions = huge_app.csv |
|
|
board_build.partitions = custom_16mb_ota.csv |
|
|
board_build.partitions = custom_16mb_ota.csv |
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
|
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
|
|
|
|
|
|
upload_port = /dev/tty.wchusbserial1410 |
|
|
|
|
|
monitor_port = /dev/tty.wchusbserial1410 |
|
|
build_flags = -DHAL=6 |
|
|
build_flags = -DHAL=6 |
|
|
-DBOARD_HAS_PSRAM |
|
|
-DBOARD_HAS_PSRAM |
|
|
-mfix-esp32-psram-cache-issue |
|
|
-mfix-esp32-psram-cache-issue |
|
|