meshtastic 0.0.139 → 0.0.141

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: 72220abdd7ec8a367cd29fc79b420a915890ef3266119f9657d1ed2b73608308
4
- data.tar.gz: 482a685bdef11f2f108ac3a36e3d1908ce58b79dbf6751255ec0c18082ac04c6
3
+ metadata.gz: 785319577f4c371da8c72dd2b1f700a3179a7fa8d4672f7e2abad9e5763797aa
4
+ data.tar.gz: 0736bd9766c030e3615fa9067bd039ff29ed70834ba35dbc5a879a805ce0e47e
5
5
  SHA512:
6
- metadata.gz: 8418f7484ab23a717f4e4189db8d5c7d2e18f6dd4a3677f20cba6028402975f69a24b270e1a98eb96c6f43f3230b73f8a3cbac5bf44ee6bade2f8fbdc158ffcb
7
- data.tar.gz: 8e5c92e166e822b6fa1b85b0ec629a11e5f5842f645933ce2868e69aebb535258dd054b87c9a9de6fd6608b1439635381f3523d73e048cd4b93357eb26ed21d8
6
+ metadata.gz: 92f6ac7a0b25ed0ad74d02dbd82c1fd2afa6f780768b1513ce0bf85710a7a871577161b01471e0aad06381acec6106b43d77bef04237b7cc7a05c07cf0e997c8
7
+ data.tar.gz: 4742e7444c0e05cc7457041904763df444435fddd71d1810d09ae17d3a46c091c103731846d9a652c4fc1dbb1769f9e38612011bcac04bc26dd38d7248ec9090
@@ -95,7 +95,6 @@ module Meshtastic
95
95
  # NOTE: Use MQTT Explorer for topic discovery
96
96
  full_topic = "#{root_topic}/#{region}/#{topic}"
97
97
  full_topic = "#{root_topic}/#{region}" if region == '#'
98
- puts "Subscribing to: #{full_topic}"
99
98
  mqtt_obj.subscribe(full_topic, qos)
100
99
 
101
100
  # MQTT::ProtocolException: No Ping Response received for 23 seconds (MQTT::ProtocolException)
@@ -297,6 +296,7 @@ module Meshtastic
297
296
  opts[:text] = chunk
298
297
  protobuf_chunk = mui.send_text(opts)
299
298
  mqtt_obj.publish(absolute_topic, protobuf_chunk)
299
+ sleep 0.3
300
300
  end
301
301
  else
302
302
  opts[:text] = " #{text}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.139'
4
+ VERSION = '0.0.141'
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.139
4
+ version: 0.0.141
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.