Wykres commitów

155 Commity (53f0f82f8c4d79a1ec5e62e34accd98b23719c92)

Autor SHA1 Wiadomość Data
a-f-G-U-C eced4433f9
carve out aircraft position fields 2021-10-18 12:28:23 +00:00
a-f-G-U-C be06567564
de-uglify True North field names
remove _TN suffix from track and heading fields
2021-10-08 13:11:55 +00:00
a-f-G-U-C 5afb33aba5
update field name
gps_precision changed to gps_accuracy
2021-10-08 13:08:21 +00:00
a-f-G-U-C 189e5e70cf
fix/clarify some variables and comments 2021-10-05 12:54:31 +00:00
a-f-G-U-C eb0da08991
add optional position fields 2021-10-05 12:44:10 +00:00
Vladislav Osmanov cb022ef64b
Custom DIY device hardware model identifier based on @NanoVHF schematics
Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics

Configuration to meshtastic-device `platformio.ini` and `configuration.h` is upcoming.
2021-09-12 14:40:56 +03:00
Kevin Hester f5b3d0643b Fix data payload len to match mesh.options, also update docs 2021-05-28 10:58:51 +08:00
Lucas Matte a057fffca2 Add go_option to allow for Go Protobuf generation 2021-05-23 19:31:38 -05:00
Kevin Hester dfcfba8d1a heltec has two versions now 2021-05-11 09:42:57 +08:00
Kevin Hester d4232f9a89 Merge branch 'master' of https://github.com/meshtastic/Meshtastic-protobufs 2021-05-01 11:25:02 +08:00
Kevin Hester bd9a80d2bb Add new fault codes 2021-05-01 11:22:19 +08:00
apt105 9cdc5bc7f6 Update mesh.proto 2021-04-26 19:58:31 +01:00
apt105 bb4534f231 Update mesh.proto 2021-04-26 19:48:53 +01:00
Sacha Weatherstone 9c32c4baa1 Fix old documentation links 2021-04-23 21:33:42 +10:00
Sacha Weatherstone 4da1621bee Fix formatting 2021-04-20 19:08:28 +10:00
Kevin Hester 6e05f72a1a add new board type 2021-04-12 13:10:57 +08:00
Kevin Hester ff66c54949 add peer_info to support mqtt forwarding via phones 2021-04-11 09:24:14 +08:00
Kevin Hester 858d816b8c Add better support for ham radio users. 2021-04-10 11:21:45 +08:00
Kevin Hester 3252ed0f13 fix formatting 2021-04-05 08:55:39 +08:00
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