Moved lora.cpp into main source folder

This commit is contained in:
Dionysus 2024-06-06 00:21:34 -04:00
parent 4aa62e9982
commit 9d19af9c95
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ bool setupRadio() {
return true;
}
bool transmit() {
int state = radio.transmit("Hello World!");