meshtastic 0.0.111 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/meshtastic/version.rb +1 -1
- data/lib/meshtastic.rb +1 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7200eec80ec91cb140cd1d3601ec51805518ea92226f5bc6059121a476bd2ea9
|
4
|
+
data.tar.gz: b83f2d2f30ad0f4ee56f11e6800852df1b2f65b6cc617848e39f91ea1a5e52a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '008f3c27d34852e0c836e0d9277839423931b19ee565ed7982644037754c5e97a443bab3b7046ea7309bfc77554e823f1c9f403a69296efc097c3175ea44e200'
|
7
|
+
data.tar.gz: 803b1f36e00d8fa4be008530bcb8aa72c1fde33f7dc37db195cd39d9957233c0c0198a892b5d6e8eb2028f340c997c58f6227a1d3fe09ea4551bca864bcc6add
|
data/lib/meshtastic/version.rb
CHANGED
data/lib/meshtastic.rb
CHANGED
@@ -371,14 +371,7 @@ module Meshtastic
|
|
371
371
|
when :ADMIN_APP
|
372
372
|
decoder = Meshtastic::AdminMessage
|
373
373
|
when :ATAK_FORWARDER, :ATAK_PLUGIN
|
374
|
-
|
375
|
-
decoder = Meshtastic::GeoChat
|
376
|
-
# decoder = Meshtastic::Group
|
377
|
-
# decoder = Meshtastic::Status
|
378
|
-
# decoder = Meshtastic::Contact
|
379
|
-
# decoder = Meshtastic::PLI
|
380
|
-
# decoder = Meshtastic::Team
|
381
|
-
# decoder = Meshtastic::MemberRole
|
374
|
+
decoder = Meshtastic::TAKPacket
|
382
375
|
# when :AUDIO_APP
|
383
376
|
# decoder = Meshtastic::Audio
|
384
377
|
when :DETECTION_SENSOR_APP
|
@@ -429,7 +422,6 @@ module Meshtastic
|
|
429
422
|
return payload
|
430
423
|
end
|
431
424
|
|
432
|
-
payload = decoder.decode(payload).to_h
|
433
425
|
payload = decoder.decode(payload).to_h
|
434
426
|
|
435
427
|
if payload.keys.include?(:latitude_i)
|