update Send To LoRa

This commit is contained in:
richonguzman 2023-08-06 10:42:51 -04:00
parent 1986a77873
commit 8544506a54
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ void loop() {
MSG_Utils::checkReceivedMessage(LoRa_Utils::receivePacket());
STATION_Utils::checkListenedTrackersByTimeAndDelete();
BLUETOOTH_Utils::sendToLoRa();
int currentSpeed = (int) gps.speed.kmph();