HeatPump::connect(USBCDC*) error on Arduino Nano ESP32 #226
surfingreg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have everything working in the mitsubishi_heatpump_mqtt_esp8266_esp32.ino except the line
hp.connect(&Serial);
in setup(). If I comment that out it loads to my Arduino Nano ESP32 fine, and connects to MQTT. If I leave that line in I get this. I'm connecting to my device via USBC, to flash it. I have no intent to use the USBC connection once it's flashed and hooked up to the mini-split. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions