update libs and protos

This commit is contained in:
Kevin Hester 2021-01-03 10:22:41 +08:00
parent 026f80c5e1
commit 3d18e5d597
3 changed files with 6 additions and 6 deletions

View file

@ -1097,10 +1097,10 @@ class MeshService : Service(), Logging {
DataPair("dev_error_count", myInfo.errorCount)
)
if (myInfo.errorCode != 0) {
if (myInfo.errorCode.number != 0) {
GeeksvilleApplication.analytics.track(
"dev_error",
DataPair("code", myInfo.errorCode),
DataPair("code", myInfo.errorCode.number),
DataPair("address", myInfo.errorAddress),
// We also include this info, because it is required to correctly decode address from the map file

@ -1 +1 @@
Subproject commit 8729bad7f6cfa461be02e3ea65fbde29435b3fe3
Subproject commit dfe7bc1217a00c23eecb9dfcf1d56fe95ebddc3b