platformio.ini 557 B

123456789101112131415161718
  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:Gateway_59]
  11. platform = espressif32
  12. board = heltec_wifi_lora_32
  13. framework = arduino
  14. upload_protocol = espota
  15. board_build.flash_mode = qio
  16. upload_speed = 115200
  17. upload_port = 192.168.2.59