mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-12 01:44:25 +00:00
Ht-ct62 updates
This commit is contained in:
parent
1019306c7c
commit
bc5183a192
3 changed files with 11 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue