Craig - Can anyone help me with a some sample c...
Can anyone help me with a some sample code or hints for OTA? So far I havent had much luck.
4 Replies
Did you follow these instructions? https://signalk.org/SensESP/pages/features/#ota-updates
Yes, I get this warning when uploading
Warning! Unknown upload protocol espota
upload_port = "192.168.1.50"
upload_flags = --auth=pwd123
That sounds weird. Can you provide your
platformio.ini
file for review? You could also try deleting the .platformio
folder in your home directory to force an SDK reinstall.Forcing the SDK reinstall has fixed it. Thankyou