meshtastic 0.0.47 → 0.0.48

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c8b90d169f041f15fe64d36133a7ed30606c98bb7377c1f783e222c57b805bc
4
- data.tar.gz: b8fc0fc381efecc813bf0c622638c73a2d3edd016f124f8636822324329b307a
3
+ metadata.gz: e01fed52e06bcca446c7ef58cd7dc7ce9745546d71dceb022362e4c023e5791b
4
+ data.tar.gz: 5a6462e491f65a013e3fae971977d78e25c3d445d788dd9744389634816fd9d3
5
5
  SHA512:
6
- metadata.gz: ec4a0d4ecf315388482c71b51edb9213e03ac56ed2fad87a62c7bd715ba8071be85700d207646aa28392a52cbee9b0d431e8911ae7924ae8455ab51481219330
7
- data.tar.gz: 17d1662d12d303ff0824b5716fa00829275d3fd8169a86f48d84960e207dc8e80fdd17337f240d4b6d52326cf98e2d2a851013306d7bd60e85bfae479eae35cd
6
+ metadata.gz: 4f198f78daaf7e4d08a05b22c49e018c900da5510e6317432acd05d0d94433f5f9815a7edb9a685c815a860cd3e856ac68496aec537db7cca930b5f0e1d3db5a
7
+ data.tar.gz: 692d25cce3d8722df0aefd0571ccc7f66824bc8a4025906b6412c7a3b92b218d2576d35765a2cafeb93a17b0361c42b5c90cd2a91b558051853c677de9b3a90e
@@ -115,9 +115,7 @@ module Meshtastic
115
115
  decoder = Meshtastic::Compressed
116
116
  when :STORE_FORWARD_APP
117
117
  decoder = Meshtastic::StoreAndForward
118
- when :TEXT_MESSAGE_APP
119
- # Unsure if this is the correct protobuf object
120
- # decoder = Meshtastic::MqttClientProxyMessage
118
+ when :TEXT_MESSAGE_APP, :UNKNOWN_APP
121
119
  decoder = Meshtastic::Data
122
120
  when :TELEMETRY_APP
123
121
  decoder = Meshtastic::Telemetry
@@ -128,7 +126,7 @@ module Meshtastic
128
126
  # when :ZPS_APP
129
127
  # decoder = Meshtastic::Zps
130
128
  else
131
- puts "WARNING: Can't decode\n#{payload}\nw/ portnum: #{msg_type.inspect}"
129
+ puts "WARNING: Can't decode\n#{payload.inspect}\nw/ portnum: #{msg_type}"
132
130
  return payload
133
131
  end
134
132
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.47'
4
+ VERSION = '0.0.48'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.47
4
+ version: 0.0.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.