mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
Fix for Heltec Lora V3 3.2 board (#144)
* attempt at getting the spi issues fixed * Fix for Heltec Lora V3 (v3.2) variant * Better warning message
This commit is contained in:
@@ -1618,6 +1618,10 @@ void setup(void)
|
||||
pinMode(REB_PIN, OUTPUT);
|
||||
heltec_setup();
|
||||
|
||||
#ifdef HELTEC_WIFI_LORA_32_V3_2
|
||||
heltec_ve(true);
|
||||
#endif
|
||||
|
||||
if (!initUARTs(config))
|
||||
{
|
||||
Serial.println("Failed to initialize UARTs");
|
||||
|
||||
Reference in New Issue
Block a user