-
Notifications
You must be signed in to change notification settings - Fork 132
OTA upload error #1372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you try to do the same in Arduino IDE? |
Yea basically I followed the example from the Arduino IDE and there everything is working well.
|
There is the password issue Launching: E:\software\Sloeber\arduinoPlugin\packages\esp32\hardware\esp32\1.0.6/tools/espota.exe -i myesp32.local -p 8266 --auth=no_pwd_found_in_code -f E:\projects\Str\Asp_V1\Release/Asp_V1.bin But that should not lead to 22:56:37 [ERROR]: No response from the ESP |
I will try to keep the OTA function in the main file, this seems to be the only working option. Soo if you will find any solution to call the OTA setup from a different file, than the main file I will be very happy to know how you did it. Thanks for all! |
When I put the otaSetup function in the main file, the OTA upload is working well (soo there is no building error), but if i try to put the OTA function in different file to make a library (also in this case the building is working well with no error). I receive the following uploading error:
Starting upload
Uploading project "Asp_V1" with "esptool_py"
no reset because we are using network upload
Launching: E:\software\Sloeber\arduinoPlugin\packages\esp32\hardware\esp32\1.0.6/tools/espota.exe -i myesp32.local -p 8266 --auth=no_pwd_found_in_code -f E:\projects\Str\Asp_V1\Release/Asp_V1.bin
Output:
Sending invitation to myesp32.local ..........
22:56:37 [ERROR]: No response from the ESP
The execution of command "1.0.6/tools/espota.exe" is done.
Thanks!
The text was updated successfully, but these errors were encountered: