missing semi

This commit is contained in:
theFeiter 2022-07-03 17:24:24 +02:00
parent d0862ad05b
commit c509883322

View File

@ -140,7 +140,7 @@ void begin_lora(){
}
void end_lora(){
LoRa.end()
LoRa.end();
}
void begin_SD(){