mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-03 07:04:54 -04:00
Cleanup
This commit is contained in:
parent
02c8489721
commit
f9846bd930
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ void setup() {
|
||||||
|
|
||||||
display_unblank();
|
display_unblank();
|
||||||
disp_ready = display_init();
|
disp_ready = display_init();
|
||||||
update_display();
|
if (disp_ready) update_display();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_PMU == true
|
#if HAS_PMU == true
|
||||||
|
@ -934,7 +934,7 @@ void serial_callback(uint8_t sbyte) {
|
||||||
kiss_indicate_implicit_length();
|
kiss_indicate_implicit_length();
|
||||||
} else if (command == CMD_LEAVE) {
|
} else if (command == CMD_LEAVE) {
|
||||||
if (sbyte == 0xFF) {
|
if (sbyte == 0xFF) {
|
||||||
//display_unblank();
|
display_unblank();
|
||||||
cable_state = CABLE_STATE_DISCONNECTED;
|
cable_state = CABLE_STATE_DISCONNECTED;
|
||||||
//current_rssi = -292;
|
//current_rssi = -292;
|
||||||
last_rssi = -292;
|
last_rssi = -292;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue