deepSleep update

This commit is contained in:
richonguzman 2024-05-29 15:43:23 -04:00
parent c5217842ff
commit 4cf3a333c9
3 changed files with 8 additions and 0 deletions

View file

@ -206,4 +206,8 @@ namespace LoRa_Utils {
return packet;
}
void sleepRadio() {
radio.sleep();
}
}