|
- ; 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:la-spirulerie]
- platform = espressif32
- board = esp32doit-devkit-v1
- framework = arduino
- board_build.partitions = no_ota.csv
- monitor_speed = 115200
- upload_speed = 115200
- lib_deps = david-spirulerie/La Spirulerie @ ^0.0.4
- adafruit/Adafruit BusIO@^1.14.3
- adafruit/Adafruit Unified Sensor@^1.1.13
- Wire
|