We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The patch fixes it:
diff --git a/makeEspArduino.mk b/makeEspArduino.mk index 8e92dbb..9fa43c6 100644 --- a/makeEspArduino.mk +++ b/makeEspArduino.mk @@ -186,7 +186,7 @@ OBJ_EXT = .o DEP_EXT = .d # Special tool definitions -OTA_TOOL ?= python $(TOOLS_ROOT)/espota.py +OTA_TOOL ?= python3 $(TOOLS_ROOT)/espota.py HTTP_TOOL ?= curl # Core source files
The text was updated successfully, but these errors were encountered:
Now fixed in latest commit
Sorry, something went wrong.
No branches or pull requests
The patch fixes it:
The text was updated successfully, but these errors were encountered: