Skip to content
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

ota doesn't work on Ubuntu 24.04 #206

Open
sawik-PL opened this issue Nov 6, 2024 · 1 comment
Open

ota doesn't work on Ubuntu 24.04 #206

sawik-PL opened this issue Nov 6, 2024 · 1 comment

Comments

@sawik-PL
Copy link

sawik-PL commented Nov 6, 2024

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
@plerup
Copy link
Owner

plerup commented Feb 9, 2025

Now fixed in latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants