Skip to content

Commit

Permalink
Quickfix missing import + update submodule (#107)
Browse files Browse the repository at this point in the history
* Fix missing import in userinput

* update MicroPython with custom inisetup
  • Loading branch information
echo-lalia authored Aug 24, 2024
1 parent 12a813e commit f8f2feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "MicroPython"]
path = MicroPython
url = https://github.com/echo-lalia/microhydra-frozen.git
ignore = all
ignore = dirty
[submodule "esp-idf"]
path = esp-idf
url = https://github.com/espressif/esp-idf.git
Expand Down
2 changes: 1 addition & 1 deletion MicroPython
1 change: 1 addition & 0 deletions src/lib/userinput/userinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import time
from lib.hydra.config import Config
from lib.display import Display
import machine
from . import _keys

# mh_if touchscreen:
Expand Down

0 comments on commit f8f2feb

Please sign in to comment.