|
1 |
| -; PlatformIO Project Configuration File |
2 |
| -; |
3 |
| -; Build options: build flags, source filter |
4 |
| -; Upload options: custom upload port, speed and extra flags |
5 |
| -; Library options: dependencies, extra library storages |
6 |
| -; Advanced options: extra scripting |
7 |
| -; |
8 |
| -; Please visit documentation for the other options and examples |
9 |
| -; https://docs.platformio.org/page/projectconf.html |
10 |
| - |
11 |
| -[env:esp32doit-devkit-v1] |
12 |
| -platform = espressif32 |
13 |
| -framework = arduino |
14 |
| -board = esp32doit-devkit-v1 |
15 |
| -board_build.filesystem = littlefs |
16 |
| -board_build.partitions = no_ota.csv |
17 |
| - |
18 |
| -build_flags = -Wall |
19 |
| - |
20 |
| -upload_speed = 921600 |
21 |
| - |
22 |
| -monitor_speed = 115200 |
23 |
| -monitor_filters = |
24 |
| - esp32_exception_decoder |
25 |
| - ;log2file |
26 |
| - time |
27 |
| - |
28 |
| -lib_deps = |
29 |
| - lorol/LittleFS_esp32@^1.0.6 ; included in newest arduino core, eventually deprecated |
30 |
| - adafruit/Adafruit BusIO@^1.9.9 |
31 |
| - adafruit/Adafruit GFX Library@^1.10.12 |
32 |
| - mrfaptastic/ESP32 HUB75 LED MATRIX PANEL DMA Display@^2.0.6 |
33 |
| - SPI |
34 |
| - Wire |
35 |
| - fastled/FastLED@^3.4.0 |
36 |
| - https://github.com/tzapu/WiFiManager |
37 |
| - https://github.com/marian-craciunescu/ESP32Ping@^1.6 |
38 |
| - me-no-dev/ESP Async WebServer@^1.2.3 |
39 |
| - ArduinoJson@^6.18.5 |
40 |
| - nickgammon/Regexp@^0.1.0 |
41 |
| - ;witnessmenow/UniversalTelegramBot@^1.3.0 |
42 |
| - ;powerbroker2/SafeString@^4.1.13 |
| 1 | +; PlatformIO Project Configuration File |
| 2 | +; |
| 3 | +; Build options: build flags, source filter |
| 4 | +; Upload options: custom upload port, speed and extra flags |
| 5 | +; Library options: dependencies, extra library storages |
| 6 | +; Advanced options: extra scripting |
| 7 | +; |
| 8 | +; Please visit documentation for the other options and examples |
| 9 | +; https://docs.platformio.org/page/projectconf.html |
| 10 | + |
| 11 | +[env:esp32doit-devkit-v1] |
| 12 | +platform = espressif32 @ 6.4.0 |
| 13 | +framework = arduino |
| 14 | +board = esp32doit-devkit-v1 |
| 15 | +board_build.filesystem = littlefs |
| 16 | +board_build.partitions = no_ota.csv |
| 17 | + |
| 18 | +build_flags = -Wall |
| 19 | + |
| 20 | +upload_speed = 921600 |
| 21 | + |
| 22 | +monitor_speed = 115200 |
| 23 | +monitor_filters = |
| 24 | + esp32_exception_decoder |
| 25 | + ;log2file |
| 26 | + time |
| 27 | + |
| 28 | +lib_deps = |
| 29 | + ; lorol/LittleFS_esp32@^1.0.6 ; included in newest arduino core, eventually deprecated |
| 30 | + adafruit/Adafruit BusIO@^1.14.5 |
| 31 | + adafruit/Adafruit GFX Library@^1.11.9 |
| 32 | + mrfaptastic/ESP32 HUB75 LED MATRIX PANEL DMA Display@^3.0.9 |
| 33 | + SPI |
| 34 | + Wire |
| 35 | + fastled/FastLED@^3.6.0 |
| 36 | + https://github.com/tzapu/WiFiManager |
| 37 | + https://github.com/marian-craciunescu/ESP32Ping@^1.6 |
| 38 | + https://github.com/me-no-dev/ESPAsyncWebServer |
| 39 | + ArduinoJson@^6.21.3 |
| 40 | + nickgammon/Regexp@^0.1.0 |
| 41 | + ;witnessmenow/UniversalTelegramBot@^1.3.0 |
| 42 | + ;powerbroker2/SafeString@^4.1.13 |
0 commit comments