No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

22 líneas
672 B

  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. [env:la-spirulerie]
  11. platform = espressif32
  12. board = esp32doit-devkit-v1
  13. framework = arduino
  14. board_build.partitions = no_ota.csv
  15. monitor_speed = 115200
  16. upload_speed = 115200
  17. lib_deps = david-spirulerie/La Spirulerie @ ^0.0.4
  18. adafruit/Adafruit BusIO@^1.14.3
  19. adafruit/Adafruit Unified Sensor@^1.1.13
  20. Wire