Ahoj,
I learned that this LLM-coded port ("ZephCore") would interrupts and puts the CPU in sleep mode when nothing is do be done, while the official MeshCore implementation would use an idle main loop.
To save power, I hereby suggest that no idle main loop is used but the CPU put in low power sleep state and interrupts wake it up when something is to be done, on platforms that support it.
Regards!
Ahoj,
I learned that this LLM-coded port ("ZephCore") would interrupts and puts the CPU in sleep mode when nothing is do be done, while the official MeshCore implementation would use an idle main loop.
To save power, I hereby suggest that no idle main loop is used but the CPU put in low power sleep state and interrupts wake it up when something is to be done, on platforms that support it.
Regards!