Commit graph

302 commits

Author SHA1 Message Date
James Guillochon 9e2c9ff0ab
Clarify step 4 a bit in the private primary/default secondary tip
I think users would reasonably assume that the LoRa channel is by default set to their region's channel and are unaware of the hashing algo used to generate the channel number. I think rewriting this way makes it less likely for users to make this mistake.
2024-01-04 08:06:38 -08:00
Ben Lipsey f41545b850
Merge branch 'master' into MQTTpublicServer 2023-12-24 09:41:28 -08:00
GUVWAF d0a26be0ce Add notes about public server having a lot of traffic 2023-12-22 21:06:08 +01:00
GUVWAF fbf1638c6c Add some missing references to RP2040 2023-12-19 19:36:49 +01:00
Thomas Göttgens 79f4538a56 add to config index 2023-12-17 19:07:02 +01:00
Thomas Göttgens fb93042136 Documentation for Paxcounter 2023-12-17 18:51:07 +01:00
pdxlocations 45a1e4e5f2 add roles and rebroadcast mode 2023-12-17 18:13:56 +01:00
pdxlocations cabba3d314 name secondary channel 2023-12-17 14:53:39 +01:00
pdxlocations 98064fff17 encryption enabled default images 2023-11-20 14:46:59 +01:00
Sacha Weatherstone cf159b9de5
merge fix 2023-11-16 10:36:05 +10:00
tobi-sys c1ca0034fd Corrected String lengths for SSID and NTP server name
According to the source in in /firmware/src/mesh/generated/meshtastic/config.pb.h 
the declarations are
char wifi_ssid[33];
char ntp_server[33];
so these variables can hold 32 characters and the terminator \0
2023-11-15 15:09:48 +01:00
pdxlocations 7573d98542 max hops 2023-11-09 23:20:35 -08:00
pdxlocations 23576b68da really 3 is fine 2023-11-09 23:15:20 -08:00
pdxlocations 14be21e7c1 update availability 2023-11-08 09:13:24 -08:00
pdxlocations 4dab972a6f Make ROLE it's own heading 2023-10-30 21:44:07 -07:00
pdxlocations 6cd13c797d channel module device channel 2023-10-24 21:55:01 -07:00
pdxlocations e8fc0995f6 radio device module config config module 2023-10-24 21:53:58 -07:00
Ben Lipsey b910bc09fd
Merge branch 'master' into store_forward_updates 2023-10-21 10:40:20 -07:00
pdxlocations 7d6356f9c9 remove warning 2023-10-20 22:27:27 -07:00
Garth Vander Houwen 431f75db5c
Update store-and-forward-module.mdx 2023-10-15 10:22:30 -07:00
pdxlocations a28ecebafe typo 2023-10-06 20:30:12 -07:00
pdxlocations a4a7916d6d can't make up my mind 2023-10-05 18:30:13 -07:00
pdxlocations 7b7bbc9802 flip it 2023-10-05 18:28:43 -07:00
pdxlocations a063d291bd new description 2023-10-05 18:27:42 -07:00
pdxlocations daeda28657 another ch20 replaced 2023-10-05 18:19:09 -07:00
pdxlocations 59d82ed019 back to lovely tables 2023-10-05 17:22:48 -07:00
pdxlocations 45f15d1a4c back to list for now 2023-10-05 09:45:19 -07:00
pdxlocations 66341bcd99 convert list to ugly table 2023-10-05 09:25:19 -07:00
pdxlocations 5ef3eb57f6 a little space please 2023-10-04 17:43:26 -07:00
pdxlocations b385b8ac08 let's do better 2023-10-04 17:40:13 -07:00
pdxlocations 6f8fb08031 fix comment 2023-10-04 11:58:13 -07:00
pdxlocations 19b03655c3 not everyone is American 2023-10-04 11:57:15 -07:00
Ben Lipsey bf46f11ed8
Merge branch 'master' into pdxlocations-patch-2 2023-10-04 08:40:53 -07:00
Ben Lipsey 6f138642f0
unfix order to fix order 2023-10-03 22:38:00 -07:00
Ben Lipsey d306613cd7
Fix CLI Monitor Pin Command 2023-10-03 07:50:09 -07:00
Ben Lipsey 48cdd0c97b
change order 2023-10-02 21:39:23 -07:00
Ben Lipsey f65678a34f
Add LONG_MODERATE to lora config 2023-10-02 21:36:42 -07:00
rcarteraz bdf3388c3b
Merge branch 'master' into tracker-02 2023-10-02 12:04:23 -07:00
GUVWAF 0adf63ff51 Merge branch 'master' of https://github.com/GUVWAF/Meshtastic 2023-10-02 19:54:55 +02:00
pdxlocations d5198862dd no more slugs! 2023-10-02 10:22:35 -07:00
pdxlocations 40da612bba power.is_power_saving 2023-10-02 09:01:51 -07:00
GUVWAF 30b074d226 Merge branch 'master' of https://github.com/GUVWAF/Meshtastic 2023-09-29 18:30:04 +02:00
GUVWAF 9588e4ceb2 More SerialModule updates 2023-09-29 18:29:09 +02:00
pdxlocations f12b074337 trunk-ignore 2023-09-28 21:40:08 -07:00
pdxlocations abe4a34313 new directory structure and forwarding 2023-09-28 19:10:42 -07:00
rcarteraz 9d441da2b5
Merge branch 'master' into move-remote-hardware-02 2023-09-27 19:58:09 -07:00
rcarteraz a6c811618e
Merge branch 'master' into link-to-info-01 2023-09-27 19:36:49 -07:00
Ben Lipsey 8de5f1901a
Merge branch 'master' into master 2023-09-27 14:42:09 -07:00
rcarteraz 835bb9dcb5
Merge branch 'master' into move-remote-hardware-02 2023-09-27 11:18:06 -07:00
GUVWAF 6217a42805 Update SerialModule with reference to Arduino client library 2023-09-26 20:22:01 +02:00