mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update libs and protos
This commit is contained in:
parent
026f80c5e1
commit
3d18e5d597
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue