* ver bumps
* companion radio, USB: onSendTimeout() bug fix
This commit is contained in:
@@ -396,7 +396,6 @@ protected:
|
||||
}
|
||||
|
||||
void onSendTimeout() override {
|
||||
Serial.println(" ERROR: timed out, no ACK.");
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
/* ------------------------------ Config -------------------------------- */
|
||||
|
||||
#define FIRMWARE_VER_TEXT "v3 (build: 8 Feb 2025)"
|
||||
#define FIRMWARE_VER_TEXT "v4 (build: 14 Feb 2025)"
|
||||
|
||||
#ifndef LORA_FREQ
|
||||
#define LORA_FREQ 915.0
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
/* ------------------------------ Config -------------------------------- */
|
||||
|
||||
#define FIRMWARE_VER_TEXT "v4 (build: 8 Feb 2025)"
|
||||
#define FIRMWARE_VER_TEXT "v4 (build: 14 Feb 2025)"
|
||||
|
||||
#ifndef LORA_FREQ
|
||||
#define LORA_FREQ 915.0
|
||||
|
||||
Reference in New Issue
Block a user