Skip to content

Commit b0af377

Browse files
committed
some housekeeping
1 parent 9f18411 commit b0af377

File tree

13 files changed

+3
-1061
lines changed

13 files changed

+3
-1061
lines changed

builder/esp32.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,9 @@ def clean():
555555
full_file_path = (
556556
f'{SCRIPT_DIR}/lib/micropython/ports/esp32/{build_name}'
557557
)
558+
if not os.path.exists(full_file_path):
559+
return
560+
558561
try:
559562
shutil.rmtree(full_file_path)
560563
except OSError:

ext_mod/esp32_additions/micropython.cmake

Lines changed: 0 additions & 2 deletions
This file was deleted.

ext_mod/esp32_additions/nvs/include/nvs.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

ext_mod/esp32_additions/nvs/micropython.cmake

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)