WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

Cell network daemon always runs for a board configured for a cell application #764

Closed NevynUK closed 3 weeks ago

NevynUK commented 3 months 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.

Note that this also happens during a firmware upgrade.

duduita commented 3 months ago

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?

NevynUK commented 3 months ago

That makes sense for this case.