You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments
This commit is contained in:
@@ -246,6 +246,7 @@ class CameraApp(Activity):
|
||||
|
||||
def snap_button_click(self, e):
|
||||
print("Taking picture...")
|
||||
# Would be nice to check that there's enough free space here, and show an error if not...
|
||||
import os
|
||||
try:
|
||||
os.mkdir("data")
|
||||
|
||||
Reference in New Issue
Block a user