Comparing nmattia:master...Heerkog:master · nmattia/MicroPythonBLEHID
Commits on Oct 5, 2025
-
This ensures that `prevkeys` isn't just a pointer to `self.keys`. By copying we ensure that updating values in `self.keys` does not modify the original values (`prevkeys`) so that we can detect changes.
-
This fixes an error that occurs otherwise with `mip install` where it cannot find the `hid_keystore.py` file