require min app version 172

This commit is contained in:
geeksville 2020-06-09 18:20:06 -07:00
parent a05e45f84b
commit 00d55c9daa

View File

@ -124,7 +124,7 @@ void NodeDB::init()
// default to no GPS, until one has been found by probing
myNodeInfo.has_gps = false;
myNodeInfo.message_timeout_msec = FLOOD_EXPIRE_TIME;
myNodeInfo.min_app_version = 167;
myNodeInfo.min_app_version = 172;
generatePacketId(); // FIXME - ugly way to init current_packet_id;
// Init our blank owner info to reasonable defaults