-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
29 lines (27 loc) · 954 Bytes
/
platformio.ini
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
; 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]
; commun pour le TTGO
;info https://github.com/JakubAndrysek/TTGO_T_Display/blob/master/TTGO_example/platformio.ini
; version 3.5.0. -> Jan 28, 2022
; version 6.1.0 -> Mars 2023
;platform = espressif32 @ ~3.5.0
;platform = espressif32 @ ~6.1.0
platform = espressif32 @ ~6.3.1 ; 6.3.1 -> 2023-05-31
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
;platform_packages =
; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
; partition table
[env:ttgo-t-display]
lib_deps =
;mobizt/Firebase ESP32 Client@^4.3.19