-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Fix gen_insights_package.py missing on release #7650
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing Compiling Example from ESP Insights
--> MinimalDiagnostics.ino
+ Arduino Core 2.0.6
Issue #7649 confirmed using IDE 1.8.15 :: got error message:
'C:\Users\espUser\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6/tools/gen_insights_package.exe' is not recognized as an internal or external command, operable program, or batch file
Tried fixing it by copying /tools/gen_esp32part.exe
from Arduino GitHub to
'C:\Users\espUser\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\tools\'
folder
But it didn't work because Win11 can't execute the EXE file, terminating the compilation with this error:
This version of C:\Users\espUser\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\tools\gen_insights_package.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
@me-no-dev I see that the icon for this EXE is different from the icon for other EXE files in tools, like |
@sanketwadekar please have a look at the windows expecutable @SuGlider thanks for finding this out, but it's a bit unrelated to the issue that this PR is fixing :) |
@me-no-dev @sanketwadekar I have pushed the new file to this branch for merging this PR. |
Also just added one of the Insights example to be compiled by CI under mac and windows |
Fixes: #7649