Skip to content

Commit fc0a29f

Browse files
committed
modules/startup/tab5: Temporary ban on the use of ezdata.
The MQTT links of ezdata and m5things will conflict, causing m5things to be unable to connect normally. Signed-off-by: lbuque <[email protected]>
1 parent 816eb7f commit fc0a29f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

m5stack/modules/startup/tab5/launcher/launcher.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ async def _main(self):
8888
AppManager.install_app("UART", AppUart)
8989
AppManager.install_app("GPIO", AppDummy)
9090
AppManager.install_app("ADC", AppDummy)
91-
AppManager.install_app("EzData", AppEzdata)
92-
AppManager.install_app("EzDataSettings", AppEzdataSettings)
91+
# AppManager.install_app("EzData", AppEzdata)
92+
# AppManager.install_app("EzDataSettings", AppEzdataSettings)
9393

9494
# Create components
9595
self._status_bar = StatusBar()
9696
self._app_dock = AppDock()
97-
self._ezdata_dock = EzdataDock()
97+
# self._ezdata_dock = EzdataDock()
9898

9999
# Start ezdata service
100-
Ezdata.start()
100+
# Ezdata.start()
101101

102102
# Keep app manager running
103103
while True:

0 commit comments

Comments
 (0)