Skip to content

Commit 0e88f9c

Browse files
Rename camera to camera_app
1 parent 3d7cce7 commit 0e88f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"category": "camera",
1111
"activities": [
1212
{
13-
"entrypoint": "assets/camera.py",
14-
"classname": "Camera",
13+
"entrypoint": "assets/camera_app.py",
14+
"classname": "CameraApp",
1515
"intent_filters": [
1616
{
1717
"action": "main",

internal_filesystem/apps/com.micropythonos.camera/assets/camera.py renamed to internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from mpos.apps import Activity
1616
import mpos.time
1717

18-
class Camera(Activity):
18+
class CameraApp(Activity):
1919

2020
width = 240
2121
height = 240

0 commit comments

Comments
 (0)