lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
340 stars 109 forks source link

Unable to select boards other than lora_board and lora_board_debug #229

Closed FrankHovis closed 1 year ago

FrankHovis commented 1 year ago

Docs state that You can use one of the Lora32 boards without changes:

Heltec WiFi LoRa 32 V1 (433MHz SX1278)
Heltec WiFi LoRa 32 V2 (433MHz SX1278)
TTGO LoRa32 V1 (433MHz SX1278)
TTGO LoRa32 V2 (433MHz SX1278)
TTGO LoRa32 V2.1 (433MHz SX1278)
etc.

but I'm only seeing Default env:lora_board env:lora_board_debug

Any clue as to how to get a different board?

peterus commented 1 year ago

just use the default configuration in platformIO. the firmware will try to find out which board you are using. No need to select something.

FrankHovis commented 1 year ago

Unfortunately, it isn't as I'm using a separate ESP32 and Lora module. How can I specify a particular board?