platformio.ini 871 B

123456789101112131415161718192021222324252627282930313233343536
  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]
  11. platform = espressif32
  12. framework = arduino
  13. monitor_speed = 115200
  14. monitor_filters = esp32_exception_decoder, default, log2file, colorize
  15. lib_ldf_mode = deep+
  16. lib_deps =
  17. peterus/esp-logger @ 1.0.0
  18. adafruit/Adafruit ST7735 and ST7789 Library@^1.10.3
  19. mikalhart/TinyGPSPlus @ ^1.0.3
  20. [env:heltec_wifi_lora_32_V3]
  21. platform = espressif32
  22. board = heltec_wifi_lora_32_V3
  23. #[env:esp32-s3-devkitc-1]
  24. #platform = espressif32
  25. #board = esp32-s3-devkitc-1
  26. #chip = esp32s3
  27. #board_build.f_cpu = 240000000L