Jm Casler
|
1f56681b2b
|
Update MyNodeInfo for #669
|
2021-03-27 00:41:20 -07:00 |
Kevin Hester
|
0fc3437573
|
move time of last node seen into last_heard (from position.time)
|
2021-03-26 09:31:50 +08:00 |
Kevin Hester
|
e8d2a96a00
|
add a disconnect message
|
2021-03-25 07:31:31 +08:00 |
Kevin Hester
|
820fa497df
|
new error codes
|
2021-03-23 11:54:07 +08:00 |
Vadim Furman
|
f32a8caaff
|
Added rssi field
|
2021-03-22 19:01:04 -07:00 |
Kevin Hester
|
ac26ffdc71
|
add the android simulator
|
2021-03-14 11:19:39 +08:00 |
Kevin Hester
|
e68763737e
|
change name of old hw_model, to make sure any apps that use it are forced
to update their code. i.e. the android app at least.
|
2021-03-14 10:55:24 +08:00 |
Kevin Hester
|
943c3c24ec
|
move hw_model into User so it gets shared remotely
|
2021-03-14 10:47:43 +08:00 |
Kevin Hester
|
b6fdb78c07
|
move hw_model into nodeinfo (and out of mynodeinfo) idea by @sachaw
|
2021-03-14 10:29:59 +08:00 |
Kevin Hester
|
e63f9713f7
|
no response msg
|
2021-03-12 14:09:22 +08:00 |
Kevin Hester
|
361312ac5c
|
add confirm messages
|
2021-03-11 12:20:48 +08:00 |
Kevin Hester
|
e56f2770c3
|
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-protobufs
|
2021-03-08 18:11:03 +08:00 |
Kevin Hester
|
4f816b39e4
|
add critical fault for brownout
|
2021-03-08 18:10:38 +08:00 |
Sacha Weatherstone
|
ae5119b8fb
|
Fix comment formatting
|
2021-03-07 19:28:48 +11:00 |
Kevin Hester
|
7de496ffe9
|
more wire compatibility
|
2021-03-02 12:44:29 +08:00 |
Kevin Hester
|
2def8ece61
|
Merge branch 'dev1.2' of https://github.com/meshtastic/Meshtastic-protobufs into dev1.2
|
2021-03-02 11:45:29 +08:00 |
Kevin Hester
|
f16485d556
|
keep the minimum set of records needed for <1.2 app compatibility
|
2021-03-02 11:45:16 +08:00 |
Kevin Hester
|
39c41e0ef1
|
fix java paths
|
2021-02-27 13:43:36 +08:00 |
Kevin Hester
|
3edb02dabb
|
move channel and settings to their own proto files
|
2021-02-27 13:16:43 +08:00 |
Kevin Hester
|
fa40a9389b
|
clean up ack msgs
|
2021-02-26 20:30:04 +08:00 |
Kevin Hester
|
75ae9929a2
|
pull admin plugin out of core proto
|
2021-02-25 20:35:51 +08:00 |
Kevin Hester
|
3d5fe922a6
|
add get_radio/get_channel messages
|
2021-02-25 20:27:20 +08:00 |
Kevin Hester
|
b53818d67b
|
Merge remote-tracking branch 'origin/master' into dev1.2
# Conflicts:
# deviceonly.proto
# mesh.proto
# portnums.proto
|
2021-02-25 20:01:50 +08:00 |
Kevin Hester
|
512d1aca0a
|
Merge pull request #14 from crossan007/add-environment
udpate protobufs for environmental measurement preferences
|
2021-02-25 19:20:28 +08:00 |
michelepagot
|
d479a55cde
|
Fix some typo and improve indentation of code comments
|
2021-02-24 00:15:20 +01:00 |
Kevin Hester
|
7a5875d963
|
add note about micro positions
|
2021-02-23 11:42:40 +08:00 |
Charles Crossan
|
d70f6f6f66
|
update protobufs
|
2021-02-22 20:39:23 -05:00 |
Charles Crossan
|
040f629897
|
udpate protobufs for environmental measurement preferences
|
2021-02-22 19:03:47 -05:00 |
Kevin Hester
|
f6ff4cc0c9
|
move ch index
|
2021-02-22 12:16:03 +08:00 |
Kevin Hester
|
46319a0f53
|
Merge remote-tracking branch 'origin/master' into dev1.2
# Conflicts:
# mesh.proto
|
2021-02-22 11:14:29 +08:00 |
Kevin Hester
|
96257b7b94
|
Merge pull request #12 from sachaw/master
Fix formatting
|
2021-02-22 11:11:38 +08:00 |
Kevin Hester
|
649c3deb71
|
move admin ops to the admin service
|
2021-02-21 14:03:13 +08:00 |
Kevin Hester
|
f23417aa7d
|
1.2 WIP
|
2021-02-21 12:59:22 +08:00 |
Kevin Hester
|
527b0fdc34
|
move more out of Envelope
|
2021-02-17 16:17:18 +08:00 |
Kevin Hester
|
65914b84f1
|
1.2 WIP moving routing into data
|
2021-02-17 13:05:46 +08:00 |
Kevin Hester
|
481beb41ba
|
version 1.2 protocol cleanup BREAKING CHANGE
|
2021-02-16 15:41:05 +08:00 |
Kevin Hester
|
efa2aa613e
|
add deprecation note to region
|
2021-02-15 17:11:36 +08:00 |
Kevin Hester
|
0cadaed395
|
detailed docs
|
2021-02-12 10:29:00 +08:00 |
Kevin Hester
|
b1aed06442
|
add a RELIABLE priority
|
2021-02-12 09:39:35 +08:00 |
Kevin Hester
|
0221e83d68
|
add message priorities in support of https://github.com/meshtastic/Meshtastic-device/issues/681
|
2021-02-11 18:59:05 +08:00 |
Sacha Weatherstone
|
7d7eacb0e4
|
Fix formatting
|
2021-02-10 10:39:50 +11:00 |
Kevin Hester
|
d91259728d
|
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-protobufs
|
2021-02-08 12:26:56 +08:00 |
Kevin Hester
|
4279b90291
|
deprecate current_packet_id
|
2021-02-08 12:26:50 +08:00 |
Kevin Hester
|
8492e4030a
|
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-protobufs
# Conflicts:
# mesh.proto
|
2021-02-08 12:21:31 +08:00 |
Kevin Hester
|
3d5990ec7b
|
fix docs
|
2021-02-08 12:20:36 +08:00 |
Kevin Hester
|
72ad7db305
|
Merge pull request #11 from sachaw/master
Make oneOf property naming consistant
|
2021-02-07 14:47:07 +08:00 |
Jm Casler
|
29f4bc5a80
|
Changes for range_test_plugin and store_forward_plugin
|
2021-02-06 21:42:17 -08:00 |
Jm Casler
|
8e5d7d1189
|
Add configurations for RangeTestPlugin & StoreForwardPlugin
|
2021-02-06 20:39:38 -08:00 |
Kevin Hester
|
106f4bfdeb
|
add MAX_RETRANSMIT error code
|
2021-02-07 10:05:41 +08:00 |
Kevin Hester
|
fcda45a3cc
|
add NO_INTERFACE error reason
in support of https://github.com/meshtastic/Meshtastic-device/issues/677
|
2021-02-07 09:45:08 +08:00 |