Remove has_rx * on installDefaultDeviceState (#4982)

This commit is contained in:
Ben Meadors 2024-10-07 06:43:55 -05:00 committed by GitHub
parent 93d874b013
commit 53f189fff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;