mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Remove has_rx * on installDefaultDeviceState (#4982)
This commit is contained in:
@@ -626,6 +626,8 @@ void NodeDB::installDefaultDeviceState()
|
|||||||
// devicestate.node_db_lite_count = 0;
|
// devicestate.node_db_lite_count = 0;
|
||||||
devicestate.version = DEVICESTATE_CUR_VER;
|
devicestate.version = DEVICESTATE_CUR_VER;
|
||||||
devicestate.receive_queue_count = 0; // Not yet implemented FIXME
|
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;
|
generatePacketId(); // FIXME - ugly way to init current_packet_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user