mongoose-os-libs / pppos

PPPoS / cellullar modem support
Other
27 stars 23 forks source link

Added switch to skip CFUN=0 on INIT #24

Closed DrBomb closed 3 years ago

DrBomb commented 3 years ago

Doing CFUN=0 makes my ME lose registration on boot, making reconnects on boot slower than they should be.

Added a switch to skip setting CFUN=0. Entry pppos.cfun_cycle

rojer commented 3 years ago

braces around if body, and please format with clang-format

DrBomb commented 3 years ago

Changes done

rojer commented 3 years ago

looks like there were pre-existing format errors. i fixed those and pushed, please rebase. sorry. about that.

DrBomb commented 3 years ago

No problem, rebased

rojer commented 3 years ago

merged, thanks!