mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-01 02:52:53 +02:00
Report error code
This commit is contained in:
@@ -838,9 +838,9 @@ void loop(void)
|
||||
int radio_error_count = 0;
|
||||
if (state != RADIOLIB_ERR_NONE)
|
||||
{
|
||||
display.drawString(0, 64 - 10, "E:setFrequency:" + String(freq));
|
||||
// display.drawString(0, 64 - 10, "E:setFrequency:" + String(freq));
|
||||
Serial.println("E:setFrequency:" + String(freq));
|
||||
display.drawString(
|
||||
0, 64 - 10, "E(" + String(state) + "):setFrequency:" + String(freq));
|
||||
Serial.println("E(" + String(state) + "):setFrequency:" + String(freq));
|
||||
display.display();
|
||||
delay(2);
|
||||
radio_error_count++;
|
||||
|
||||
Reference in New Issue
Block a user