Wykres commitów

485 Commity (8ce7fd288757b64db0cd8e1b9e9b242676edbb72)

Autor SHA1 Wiadomość Data
Sacha Weatherstone 797363bb87
Merge pull request #38 from a-f-G-U-C/eirp-info
add node output power info fields
2021-11-21 00:32:19 +11:00
a-f-G-U-C de94cf09c1
add node output power info fields 2021-11-20 12:32:34 +00:00
a-f-G-U-C e6735ff6bd
Merge branch 'meshtastic:master' into add-zps-port 2021-11-20 12:27:54 +00:00
a-f-G-U-C 955c9ee46d
add ZPS port 2021-11-11 13:49:25 +00:00
Sacha Weatherstone 69cf27ba4c
Merge pull request #36 from thebentern/add-always-powered-prefernce
Add is_always_powered user preference
2021-11-12 00:49:07 +11:00
Ben Meadors f3b3cbcdbf
Renamed pref to is_always_powered for convention 2021-11-06 12:07:16 -05:00
Ben Meadors 9b12bb2be4
Add always_powered user preference
At the request of some users (mostly on the discord group) having issues with device sleeping in some instances where the battery ADC is not reliable enough to be trusted, I'm proposing this user preference to circumvent the logic in powerFSM.cpp (which I will create another PR for). 
I have personally used this in the form of a #define ALWAYS_POWERED, but I've seen enough interest in it that I feel it deserves a spot in the user preferences.
2021-11-06 08:27:28 -05:00
Sacha Weatherstone 61bc1d0171
Merge pull request #33 from a-f-G-U-C/team-colors
add a Team field in USER message
2021-10-28 06:56:36 +11:00
a-f-G-U-C 872054013a
readability fix 2021-10-26 23:56:18 +00:00
Sacha Weatherstone cd2ab414e7
Merge pull request #34 from joarSv/feature/environmental-ds18b20-sensor-support
Add sensor DS18B20
2021-10-27 06:45:33 +11:00
Joar Svensson 53f0f82f8c Add sensor DS18B20 2021-10-26 19:45:45 +02:00
a-f-G-U-C 5cc9ae7343
add a Team field in USER message 2021-10-26 14:14:49 +00:00
Kevin Hester 034eba643b
Merge pull request #32 from a-f-G-U-C/gps-filter-dop-fix
gps solution filtering parameters
2021-10-26 03:17:20 +08:00
a-f-G-U-C 25d9e606c3
gps solution filtering parameters 2021-10-25 12:23:41 +00:00
Sacha Weatherstone 43bfd4cebc Fix CI to only run on master 2021-10-24 16:22:58 +11:00
Sacha Weatherstone 13fb87d4e0
Merge pull request #30 from a-f-G-U-C/air-remove
carve out aircraft position fields
2021-10-24 11:10:11 +11:00
a-f-G-U-C eced4433f9
carve out aircraft position fields 2021-10-18 12:28:23 +00:00
Kevin Hester 6b4f6d60b9
Merge pull request #26 from a-f-G-U-C/precision-position
add optional position fields
2021-10-12 23:17:55 +08: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 0c33e28803
user setting to control POSITION optional fields 2021-10-07 13:14:23 +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
Kevin Hester e24fa8c6ed
Merge pull request #25 from osmanovv/diy-hardware-model-identifier
Custom DIY device hardware model identifier based on @NanoVHF schematics
2021-09-18 16:28:15 -07: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 7b005e24a1
Merge pull request #24 from srichs/gps-format
Added Plus Codes and OS Grid Reference
2021-09-04 17:38:06 -07:00
srichs 109b571377
Added Plus Codes and OS Grid Reference
Added GPS coordinate format options for Google's Open Location Codes and the United Kingdom's Ordnance Survey Grid Reference System.
2021-09-03 23:15:20 -06:00
Kevin Hester fea757385c
Merge pull request #23 from srichs/gps-format
Added gps coordinate formats.
2021-09-01 09:27:03 -07:00
srichs d459cd5af1
Added gps coordinate formats.
Added options for the GPS formats so that a user can choose between decimal degrees, DMS (degrees minutes seconds), UTM, and MGRS.
2021-08-30 00:46:07 -06:00
Sacha Weatherstone ab16c249dd
Update README.md 2021-07-09 14:27:25 +10:00
Kevin Hester f5b3d0643b Fix data payload len to match mesh.options, also update docs 2021-05-28 10:58:51 +08:00
Sacha Weatherstone f604be5bb2
Merge pull request #21 from lmatte7/master
Add Options For Go Protobuf Generation
2021-05-24 11:29:31 +10: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
Sacha Weatherstone 328ab1ccbe Add links to portnum message types 2021-05-08 23:02:37 +10:00
Kevin Hester 5be5307c90 doc warning 2021-05-03 15:38:01 +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 224627d55c prepare for merge 2021-05-01 11:24:58 +08:00
Kevin Hester bd9a80d2bb Add new fault codes 2021-05-01 11:22:19 +08:00
Kevin Hester 6e5ca5b82e
Merge pull request #20 from apt105/website-encryption-fix
Website encryption fix
2021-04-27 08:40:53 +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
Sacha Weatherstone cd55aa2633 Fix workflow name 2021-04-20 18:13:34 +10:00
Sacha Weatherstone c34406ff84 Add dispatch workflow for docs 2021-04-20 18:12:08 +10:00
Sacha Weatherstone 0c20edb818
Fix typo 2021-04-16 14:43:28 +10:00
Sacha Weatherstone 13beeee472
Merge pull request #19 from sachaw/master
Remove docs - Moves to main repo
2021-04-16 14:42:20 +10:00
Kevin Hester 157f9891dd verstrs are now longer 2021-04-16 11:50:02 +08:00
Sacha Weatherstone ead1c4ce5b Remove docs - Moves to main repo 2021-04-15 16:56:06 +10:00