meshtastic 0.0.32 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a810ada159c4d2bed444d0ef5e123a2959caec545ade37307ad621b885cb92f
4
- data.tar.gz: 00c1c0e5aceb9a75c009af4aedd730918f6d5a8c6acca8fc1df589a357df4510
3
+ metadata.gz: 5cc77b2e88470456485851d5721eeffe6e236272135f59e8e9f9ff3cba390cb6
4
+ data.tar.gz: 7404c0e767b75ba26c36f84d5ed0b3c66a2f40c14faf7f5e0d3e0e96cef506a9
5
5
  SHA512:
6
- metadata.gz: 9c01f0484f9b9da94d50c7d2f964eeffb9cb374e9993955337502081bcefab8af2a85a692fcb58ed6a2a2981528effd8189faf9f105eda3cb81b60704a60f492
7
- data.tar.gz: 940d4174955651ede2eb5938314076a0702ee4ff7eb2c2b56eae491704d7d691ece5c41bbb248cac35ff385d6df48029af3fa8d556c66e11bf09d38db0cb8698
6
+ metadata.gz: 1c2fe7fd8d6b2dd057a12491f62d0fdaec47fe64b90a1237e4880a035e6e8608a3ac78f8f0910b8b9a8250133a4404dddf9b8515b1f77515c6c8e61fcb2a1b51
7
+ data.tar.gz: a3330f2c01d5bddeba52d5c781c57b3ff0667712d8df94733ec87795abf5b23d27831b2717d10071214460f96f1a39bbdee162a5d39d5b64c271fb68bb7c3d2f
@@ -166,16 +166,16 @@ module Meshtastic
166
166
  pb_obj = Meshtastic::Routing.decode(payload)
167
167
  when :SERIAL_APP
168
168
  pb_obj = Meshtastic::SerialConnectionStatus.decode(payload)
169
- when :SIMULATOR_APP
169
+ when :SIMULATOR_APP,
170
+ :TEXT_MESSAGE_COMPRESSED_APP
171
+ # Unsure if this is the correct protobuf object
172
+ # for TEXT_MESSAGE_COMPRESSED_APP
170
173
  pb_obj = Meshtastic::Compressed.decode(payload)
171
174
  when :STORE_FORWARD_APP
172
175
  pb_obj = Meshtastic::StoreAndForward.decode(payload)
173
176
  when :TEXT_MESSAGE_APP
174
177
  # Unsure if this is the correct protobuf object
175
178
  pb_obj = Meshtastic::MqttClientProxyMessage.decode(payload)
176
- when :TEXT_MESSAGE_COMPRESSED_APP
177
- # Unsure if this is the correct protobuf object
178
- pb_obj = Meshtastic::Compressed.decode(payload)
179
179
  when :TELEMETRY_APP
180
180
  pb_obj = Meshtastic::Telemetry.decode(payload)
181
181
  when :TRACEROUTE_APP
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.32'
4
+ VERSION = '0.0.33'
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.32
4
+ version: 0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.