8000 NONOS SDK clean-up by mcspr · Pull Request #8770 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

NONOS SDK clean-up #8770

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

Merged
merged 10 commits into from
Jan 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dont silently break stuff
  • Loading branch information
mcspr committed Dec 21, 2022
commit a4fda21e34b4cf1beeb532aa36aa26b669c99368
1 change: 0 additions & 1 deletion tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def scons_patched_match_splitext(path, suffixes=None):
("SDK22x_191024", "NONOSDK22x_191024"),
("SDK22x_191105", "NONOSDK22x_191105"),
("SDK22x_191122", "NONOSDK22x_191122"),
("SDK3", "NONOSDK305"),
("SDK305", "NONOSDK305"),
)
nonosdk_version = NONOSDK_VERSIONS[0]
Expand Down
0