You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
963 B

2 years ago
2 years ago
2 years ago
  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:lolin32]
  11. platform = espressif32
  12. board = lolin32
  13. framework = arduino
  14. monitor_speed = 115200
  15. lib_deps =
  16. SSD1306=adafruit/Adafruit SSD1306@^2.5.6
  17. Adafruit_GPS=https://github.com/adafruit/Adafruit_GPS/archive/refs/tags/1.7.0.zip
  18. SoftwareSerial=https://github.com/plerup/espsoftwareserial/archive/refs/tags/6.16.1.zip
  19. Time=paulstoffregen/Time@^1.6.1
  20. ESP32Servo=https://github.com/madhephaestus/ESP32Servo/archive/refs/tags/0.10.0.zip
  21. MQTT = https://github.com/256dpi/arduino-mqtt
  22. ; NeoGPS=slashdevin/NeoGPS@^4.2.9
  23. ; SolarPosition=https://github.com/KenWillmott/SolarPosition.git