You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Rename hotspot and webserver to add settings
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"category": "networking",
|
||||
"activities": [
|
||||
{
|
||||
"entrypoint": "assets/hotspot.py",
|
||||
"classname": "Hotspot",
|
||||
"entrypoint": "assets/hotspot_settings.py",
|
||||
"classname": "HotspotSettings",
|
||||
"intent_filters": [
|
||||
{
|
||||
"action": "main",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import lvgl as lv
|
||||
from mpos import Activity, DisplayMetrics, Intent, SettingsActivity, SharedPreferences, WifiService
|
||||
|
||||
|
||||
class Hotspot(Activity):
|
||||
class HotspotSettings(Activity):
|
||||
"""
|
||||
Hotspot configuration app.
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"category": "networking",
|
||||
"activities": [
|
||||
{
|
||||
"entrypoint": "assets/webserver.py",
|
||||
"classname": "WebServerApp",
|
||||
"entrypoint": "assets/webserver_settings.py",
|
||||
"classname": "WebServerSettings",
|
||||
"intent_filters": [
|
||||
{
|
||||
"action": "main",
|
||||
|
||||
Reference in New Issue
Block a user