-
-
Notifications
You must be signed in to change notification settings - Fork 487
Closed as not planned
Closed as not planned
Copy link
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
It is possible to perform an OTA update successfully to an ESP32 device from the command line using a command like
python3 espota.py -r -i -p 3232 --auth="This is a valid auth phrase with spaces" -f project.ino.bin
However if you try to enter "This is a valid auth phrase with spaces", either with or without the quotes into the dialogue box for the OTA password within the Arduino IDE then it fails complaining that "is a valid auth phrase with spaces" are not valid arguments for espota.
Please quote the password that is collected within the dialogue box so that spaces do not cause failure.
Metadata
Metadata
Assignees
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project