Sleep LoRa before sender deep sleep

This commit is contained in:
2026-01-23 17:00:51 +01:00
parent 96193a9564
commit 770a021eca
3 changed files with 6 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ struct LoraPacket {
void lora_init();
bool lora_send(const LoraPacket &pkt);
bool lora_receive(LoraPacket &pkt, uint32_t timeout_ms);
void lora_sleep();