Skip to content

Commit 4b5e280

Browse files
committed
2 parents 141a1e6 + 0ee7f2c commit 4b5e280

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Compiling for ESP32
213213
* cmake
214214
* ninja-build
215215
* python
216+
* libusb-1.0-0-dev
216217

217218
* macOS
218219
* `xcode-select -–install`

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def get_lvgl():
337337
def get_micropython():
338338

339339
cmd_ = [
340-
'git submodule updatem --init --depth=1 -- lib/micropython',
340+
'git submodule update --init --depth=1 -- lib/micropython',
341341
]
342342
print()
343343
print('collecting MicroPython 1.23.0')

lib/lvgl

Submodule lvgl updated 2407 files

0 commit comments

Comments
 (0)