File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
m5stack/modules/startup/tab5/launcher Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments