mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
Remove has_rx * on installDefaultDeviceState (#4982)
This commit is contained in:
parent
93d874b013
commit
53f189fff4
@ -626,6 +626,8 @@ void NodeDB::installDefaultDeviceState()
|
||||
// devicestate.node_db_lite_count = 0;
|
||||
devicestate.version = DEVICESTATE_CUR_VER;
|
||||
devicestate.receive_queue_count = 0; // Not yet implemented FIXME
|
||||
devicestate.has_rx_waypoint = false;
|
||||
devicestate.has_rx_text_message = false;
|
||||
|
||||
generatePacketId(); // FIXME - ugly way to init current_packet_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user