Commit graph

66 commits

Author SHA1 Message Date
Jm Casler
1ff5022ed2 Rename Unset to Default role 2022-02-27 09:55:15 -08:00
Jm Casler
ecf2862e17 Add Role to radioconfig 2022-02-27 09:51:01 -08:00
Jm Casler
769d87aaf0 More update plugin to module, mostly cannedmessages 2022-02-27 00:58:46 -08:00
Jm Casler
097fb29722 update plugin to module in radioconfig 2022-02-27 00:36:59 -08:00
Jm Casler
a367c41860
Merge pull request #113 from puzzled-pancake/master
Added NZ865 Frequency
2022-02-26 21:19:51 -08:00
puzzled-pancake
5cb4e5f372
Update radioconfig.proto 2022-02-27 18:15:47 +13:00
Jm Casler
5425ca42d9 Update environmental_measurement to telemetry 2022-02-26 20:13:18 -08:00
puzzled-pancake
93a7ab3c4f
Update Radioconfig.proto
Add NZ866
2022-02-27 17:11:56 +13:00
Sacha Weatherstone
8714947e58
Merge branch 'master' into master 2022-02-27 10:19:46 +11:00
Ric Letson
30e147a55c
Add serialplugin_baud (#104)
* Update radioconfig.proto
2022-02-22 14:08:52 -07:00
Balazs Kelemen
996940f44c Canned message - Extend messages length 2022-02-21 22:05:40 +01:00
Sacha Weatherstone
d421a97888 Comment fixes 2022-02-21 18:48:42 +11:00
Jm Casler
fcfed58083 Add canned_message_plugin_messages back 2022-02-14 20:34:10 -08:00
Jm Casler
e5f1e3c90b Remove deprecated protos. 2022-02-14 20:07:33 -08:00
Jm Casler
d21899ff4f Add TH and IN 2022-02-14 16:58:16 -08:00
Jm Casler
aaa019d3ba Update EU865 to EU868 2022-02-14 16:56:34 -08:00
Mike Kinney
e5b20a5fb7 add SHTC3/RAK1901 sensor 2022-02-11 14:36:53 -08:00
Ben Meadors
1b5f2b8510
adc_multiplier_override 2022-02-02 21:19:24 -06:00
RicInNewMexico
5d7317d1f2 Update radioconfig.proto
Add MCP9808 support
2022-01-31 00:24:37 -07:00
Joshua Pirihi
47195848f0 Add UserPreference to enable or disable MQTT uplink encryption 2022-01-27 14:35:07 +13:00
Ben Meadors
3e847b17c9 Adding bosch sensors for pending support in device 2022-01-22 09:02:47 -06:00
Mike Kinney
8f1209e3de fix lint warnings; deprecate inital messages field 2022-01-19 15:43:57 -08:00
Mike Kinney
48dafa52ca merge from upstream 2022-01-19 15:37:57 -08:00
Mike Kinney
1774f7405c broke out canned messages 2022-01-19 10:54:26 -08:00
Mike Kinney
22c12e043b adding the long canned messages 2022-01-18 17:39:38 -08:00
Balazs Kelemen
d2bd49aca3 Temporary fix on canned messages total length. 2022-01-18 23:32:44 +01:00
Mike Kinney
f60875612d going to add the other 2 devices too 2022-01-16 15:14:03 -08:00
Mike Kinney
a4f63f5085 add DHT22 sensor 2022-01-16 15:01:23 -08:00
Balazs Kelemen
b95afc8cdd CannedMessagePlugin typo fix. 2022-01-16 23:04:48 +01:00
Balazs Kelemen
d3b2eab090 CannedMessagePlugin 2022-01-13 14:14:28 +01:00
Jm Casler
5f715e4be5 Bool for is_power_saving 2022-01-09 22:22:10 -08:00
Erik R Norell
e82617e10c Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests. 2022-01-06 18:52:00 +03:00
Sacha Weatherstone
8837b0554e Fix formatting 2021-12-31 15:50:10 +11:00
joshpirihi
9d3e78a0db
Update radioconfig.proto with better documentation 2021-12-29 06:29:03 +13:00
Joshua Pirihi
7d05c8936f Add mqtt username and password to user preferences 2021-12-20 19:54:03 +13:00
Jm Casler
946a87f195 New hop_limit config option 2021-12-18 15:49:07 -05:00
Joshua Pirihi
acc993ebd5 Add on_battery_shutdown_after_secs preference 2021-12-06 14:44:27 +13:00
Mike Kinney
5187d328c6 fix caps and initial spacing on comments 2021-11-30 12:02:16 -08:00
Mike Kinney
dee54fa738 add protolint; make all files indentation consistent with 2 spaces 2021-11-30 11:45:01 -08:00
Ben Meadors
8f409a26ab
Merge branch 'meshtastic:master' into master 2021-11-29 07:01:20 -06:00
Jm Casler
9d325fd103 Update to protobufs for S&F 2021-11-28 19:22:43 -08:00
Ben Meadors
a811780943
Merge branch 'meshtastic:master' into master 2021-11-27 09:14:33 -06:00
Jm Casler
e89f568ef5 Added position_broadcast_smart for #934
Added position_broadcast_smart for #934
2021-11-26 12:13:12 -08:00
Ben Meadors
df4e501a0a
Add auto_screen_carousel_secs preference 2021-11-25 20:38:00 -06: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
Joar Svensson
53f0f82f8c Add sensor DS18B20 2021-10-26 19:45:45 +02:00
a-f-G-U-C
25d9e606c3
gps solution filtering parameters 2021-10-25 12:23:41 +00:00
a-f-G-U-C
0c33e28803
user setting to control POSITION optional fields 2021-10-07 13:14:23 +00: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