meshtastic 0.0.56 → 0.0.57

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: 587ec9cf838d9bc00fb0881bfb06e5baaf32b76cf92be0f1687dee8397cc372e
4
- data.tar.gz: 4bf94458eae35a86738318fff4931094f943bd3afcacb967e2022809c0e211ac
3
+ metadata.gz: 9c950c4dd7c5c5b76373381e77531db84bfb6ec00e98b0dcae8e984487d2cb82
4
+ data.tar.gz: d68fad3bf9b66447e8b0264f80fa1cc4eeb36229f4a5d97d6dac811ebe8044ce
5
5
  SHA512:
6
- metadata.gz: 1cb23efe67552373a15b746b6553951f6694fe64fd03a68f4db730b2c477a769999dba92146b8a40d85cd3c29ea71c931a5406b1d081367a3699eaf8358af8b2
7
- data.tar.gz: 9c2733116cfaebcfa388a4211d519e0216ca1709d2752d197bc7175cb92e4a1246c4e5ff7baea6fcd5314ff69af458b90b24094eb5ff749861ad2d116aae1844
6
+ metadata.gz: 635762544aabd1b1650a61e97f61d3e8cf124c279d83119b73f79cd906dda5181a0653844a6d64431c7675aebe80ba53c3b90014226501a0345b8db85873a7cf
7
+ data.tar.gz: 51671cf96cc04abf10d870610a54cef4f040258f369b3f8e25fbdd77d2f3c9eefcb8f7704184bf43ca8df1630c0c71f60c9b603c2a124daaa1f41f13aac69db1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.56'
4
+ VERSION = '0.0.57'
5
5
  end
data/lib/meshtastic.rb CHANGED
@@ -221,7 +221,7 @@ module Meshtastic
221
221
  packet_id = 0
222
222
  if mesh_packet.id.zero?
223
223
  packet_id = generate_packet_id(
224
- last_packet_id: packet_id
224
+ last_packet_id: mesh_packet.id
225
225
  )
226
226
  end
227
227
  mesh_packet.id = packet_id
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.56
4
+ version: 0.0.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.