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