Merge branch 'dev' into ppr1

This commit is contained in:
Kevin Hester
2020-10-23 16:53:38 +08:00
16 changed files with 1932 additions and 631 deletions

View File

@@ -245,6 +245,9 @@ void NodeDB::init()
}
}
// Update the global myRegion
initRegion();
strncpy(myNodeInfo.firmware_version, optstr(APP_VERSION), sizeof(myNodeInfo.firmware_version));
strncpy(myNodeInfo.hw_model, HW_VENDOR, sizeof(myNodeInfo.hw_model));