I'm not that deep involved into the interna of the Electon firmware but I think the docs are less likely up to date as @BDub is
So I just tried to reword what he said in the post you referenced (in parts).
While the quote above confused me a bit (first paragraph seems to advise agains DeepSleep, while the second seems to say it'll be fine to use without Cellular.off()
), I just took the essence to answer this question:
So to answer this
You can't have the modem off and save the extra KB cost - you have to find the compromise between power consumption and data usage and choose the best fitting sleep mode, with or without Cellular.off()
in view of your desired wake frequency (wake often -> keep cellular on to save data usage at the cost of battery life, sleep long -> cellular off to save power at the cost of data usage).