Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

LoRa BAND selection in every example

Open JBSchueler opened this issue 6 years ago • 1 comments

Hi,

Most examples have the same template. WiFi_LoRa_32FactoryTest.ino doesn't have the BAND selection at the top of the file like the LoRa examples.

#define BAND    433E6  //you can set band here directly,e.g. 868E6,915E6

line 134 should than be changed into

Heltec.begin(true /*DisplayEnable Enable*/, true /*LoRa Enable*/, true /*Serial Enable*/, true /*LoRa use PABOOST*/, BAND /*LoRa RF working band*/);

This way it more clear which frequency is being used.

JBSchueler avatar May 06 '19 11:05 JBSchueler

Thanks for your advice, we will fix it.

Heltec-Aaron-Lee avatar Jul 18 '19 03:07 Heltec-Aaron-Lee