mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-26 13:01:19 +02:00
Ht-ct62 updates
This commit is contained in:
+2
-2
@@ -160,9 +160,9 @@ namespace LoRa_Utils {
|
||||
|
||||
String receivePacket() {
|
||||
String packet = "";
|
||||
if (operationDone) {
|
||||
if (operationDone || Config.lowPowerMode) {
|
||||
operationDone = false;
|
||||
if (transmitFlag) {
|
||||
if (transmitFlag && !Config.lowPowerMode) {
|
||||
radio.startReceive();
|
||||
transmitFlag = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user