mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Added support for T3S3 boards with SX127x modems
This commit is contained in:
parent
1ac3a6c2c8
commit
9556f0b91b
6 changed files with 65 additions and 27 deletions
|
@ -1206,6 +1206,7 @@ void validate_status() {
|
|||
}
|
||||
} else {
|
||||
hw_ready = false;
|
||||
Serial.write("Invalid EEPROM checksum\r\n");
|
||||
#if HAS_DISPLAY
|
||||
if (disp_ready) {
|
||||
device_init_done = true;
|
||||
|
@ -1215,7 +1216,7 @@ void validate_status() {
|
|||
}
|
||||
} else {
|
||||
hw_ready = false;
|
||||
// Serial.write("Invalid EEPROM configuration\r\n");
|
||||
Serial.write("Invalid EEPROM configuration\r\n");
|
||||
#if HAS_DISPLAY
|
||||
if (disp_ready) {
|
||||
device_init_done = true;
|
||||
|
@ -1225,7 +1226,7 @@ void validate_status() {
|
|||
}
|
||||
} else {
|
||||
hw_ready = false;
|
||||
// Serial.write("Device unprovisioned, no device configuration found in EEPROM\r\n");
|
||||
Serial.write("Device unprovisioned, no device configuration found in EEPROM\r\n");
|
||||
#if HAS_DISPLAY
|
||||
if (disp_ready) {
|
||||
device_init_done = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue