Closed NevynUK closed 3 weeks ago
The cell networking daemon is always running on a board with a a cell application deployed even if the application is disabled.
Reproduction steps:
Monitor the application using meadow listen and periodic messages are generated saying Cell connect script failed, retrying.
meadow listen
Cell connect script failed, retrying
Note that this also happens during a firmware upgrade.
I think I can just add a conditional here, to only starts the cell PPPD if Mono starts (perhaps using hcom_mono_ctrl_should_mono_run), does it make sense?
hcom_mono_ctrl_should_mono_run
That makes sense for this case.
The cell networking daemon is always running on a board with a a cell application deployed even if the application is disabled.
Reproduction steps:
Monitor the application using
meadow listen
and periodic messages are generated sayingCell connect script failed, retrying
.Note that this also happens during a firmware upgrade.