This commit is contained in:
@@ -30,8 +30,10 @@ typedef enum {
|
||||
|
||||
RXState rxState = Ready;
|
||||
|
||||
uint8_t SMSResponseCounterTarget = 6;
|
||||
|
||||
void FSKModem_TimeSlice500ms(void) {
|
||||
if (SMSResponseCounter && SMSResponseCounter++ > 6) {
|
||||
if (SMSResponseCounter && FUNCTION_IsRx() && SMSResponseCounter++ > SMSResponseCounterTarget) {
|
||||
switch (gSMSResponseState) {
|
||||
case SMS_RESPONSE_ACK:
|
||||
MSG_FSKSendData(&inBoundPacket);
|
||||
|
Reference in New Issue
Block a user