mirror of
https://github.com/MOSH-Insa-Toulouse/5ISS-2024-2025-MARIN--MULLER-BOUJON.git
synced 2025-06-08 14:00:49 +02:00
20 lines
634 B
INI
20 lines
634 B
INI
; 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
|
|
monitor_speed = 115200
|
|
framework = arduino
|
|
lib_deps =
|
|
adafruit/Adafruit SSD1306@^2.5.13
|
|
adafruit/Adafruit GFX Library@^1.11.11
|
|
mbed-seeed/BluetoothSerial@0.0.0+sha.f56002898ee8
|
|
adafruit/Adafruit BusIO@^1.16.2
|