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:
Konrad Iturbe
2025-03-13 11:37:36 +01:00
committed by GitHub
parent adc751abf0
commit c81da8e021
4 changed files with 36 additions and 1 deletions

View File

@@ -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");