123456789101112131415161718192021222324252627282930313233343536 |
- ; 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]
- platform = espressif32
- framework = arduino
- monitor_speed = 115200
- monitor_filters = esp32_exception_decoder, default, log2file, colorize
- lib_ldf_mode = deep+
- lib_deps =
- peterus/esp-logger @ 1.0.0
- adafruit/Adafruit ST7735 and ST7789 Library@^1.10.3
- mikalhart/TinyGPSPlus @ ^1.0.3
- [env:heltec_wifi_lora_32_V3]
- platform = espressif32
- board = heltec_wifi_lora_32_V3
- #[env:esp32-s3-devkitc-1]
- #platform = espressif32
- #board = esp32-s3-devkitc-1
- #chip = esp32s3
- #board_build.f_cpu = 240000000L
|