mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
missing semi
This commit is contained in:
parent
d0862ad05b
commit
c509883322
@ -140,7 +140,7 @@ void begin_lora(){
|
||||
}
|
||||
|
||||
void end_lora(){
|
||||
LoRa.end()
|
||||
LoRa.end();
|
||||
}
|
||||
|
||||
void begin_SD(){
|
||||
|
Loading…
Reference in New Issue
Block a user