Hi, just got two v3 with OLED display units. Powered them up out of the box and everything worked as expected.
Tried to run the WIFI_LoRa_32 factory test code, sketch and it throws errors along the lines of
error: ‘class Heltec_ESP32’ has no member named ‘display’ Heltec.display->clear();
if I add #define WIFI_LoRa_32 before the #include “heltec.h” this it compiles fine but the processor constantly resets when the code is run
22:01:46.108 -> Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled.
Looking at heltec.h file there is no mention of the v3 chip, which explains why adding the define gets rid of my errors.
I have reviewed the install process several times, and it all seems to be correct. (0.07 of the Heltec ESP32 series dev board).
At the point now I need some guidance, It works for others so I must have missed something but I am not sure what.
Thanks in advance for your time