-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (28 loc) · 1.07 KB
/
Copy pathplatformio.ini
File metadata and controls
31 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; 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
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
; Le schéma par défaut ne laisse que 1,25 Mo à l'application, et la
; bibliothèque audio la fait déborder. Voir partitions.csv.
board_build.partitions = partitions.csv
; Librairie AyresWiFiManager
lib_deps =
links2004/WebSockets@^2.4.1
bblanchon/ArduinoJson@^7.0.4
https://github.com/ayresnet/AyresWiFiManager.git
esphome/ESP32-audioI2S@^2.3.0
; Configuration PRODUCTION : logs français uniquement
build_flags =
-D AWM_ENABLE_LOG=0 ; 0=off, 1=on (désactivé pour éviter l'espagnol)
-D AWM_LOG_LEVEL=1 ; Niveau minimal pour éviter les logs de la librairie