I’m using the following code from this github repository: GitHub - aderusha/MQTTCarPresence: WiFi device to announce the presence of a car for garage door automation)
This code (in MQTTCarPresence/MQTTCarPresence.ino at master · aderusha/MQTTCarPresence · GitHub) is supposed to allow OTA updates for NodeMCU controllers. While the code for the project (which uses MQTT to notify the presence of a car to Home Assistant) works, no matter what I do I can’t seem to get the Arduino IDE to recognize the NodeMCU so I can upload a new sketch over the air. What am I doing wrong?