You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Rename camera to camera_app
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"category": "camera",
|
||||
"activities": [
|
||||
{
|
||||
"entrypoint": "assets/camera.py",
|
||||
"classname": "Camera",
|
||||
"entrypoint": "assets/camera_app.py",
|
||||
"classname": "CameraApp",
|
||||
"intent_filters": [
|
||||
{
|
||||
"action": "main",
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ except Exception as e:
|
||||
from mpos.apps import Activity
|
||||
import mpos.time
|
||||
|
||||
class Camera(Activity):
|
||||
class CameraApp(Activity):
|
||||
|
||||
width = 240
|
||||
height = 240
|
||||
Reference in New Issue
Block a user