Commit graph

2001 commits

Author SHA1 Message Date
xerion79585
4ce39f6b25
Add files via upload 2024-03-02 12:47:24 +08:00
Garth Vander Houwen
eaa7321282
Merge pull request #523 from meshtastic/2.2.25_Working_Changes
2.2.25 working changes
2024-02-29 21:21:54 -08:00
Garth Vander Houwen
c0179a9e57 Hide signal strength meter when node is viaMqtt 2024-02-28 12:51:19 -08:00
Garth Vander Houwen
e59df5f486 Add MQTT to trace route string 2024-02-27 21:16:44 -08:00
Garth Vander Houwen
b2d034ecfc Revert to turn off node history 2024-02-27 17:22:56 -08:00
Garth Vander Houwen
7735628a3b REmove precision bits from node map 2024-02-27 17:15:24 -08:00
Garth Vander Houwen
528ee2077c Move lastest check up 2024-02-27 17:10:41 -08:00
Garth Vander Houwen
96f3fd84cd Look up channel to get its precision bits when sending a position to the device. 2024-02-27 16:23:54 -08:00
Garth Vander Houwen
cce30cd9f7 Fix logs for pax counter 2024-02-27 12:24:50 -08:00
Garth Vander Houwen
d3d16e206e Release Cleanup
Add back block range test functionaitly, hook it up to the device range test settings.
Delete messages when deleting a channel
Make pax counter clear work properly
2024-02-27 11:26:26 -08:00
Garth Vander Houwen
505e1128ed Complete pax counter log 2024-02-25 21:40:25 -08:00
Garth Vander Houwen
003b6dbf18 Handle pax packet 2024-02-25 15:32:01 -08:00
Garth Vander Houwen
367209dcff 5 Minutes pax 2024-02-25 13:07:27 -08:00
Garth Vander Houwen
a42f9ed91a Localize both pax counter and power config 2024-02-25 12:51:34 -08:00
Garth Vander Houwen
9ee3df519c Pax Counter Config 2024-02-25 11:24:01 -08:00
Garth Vander Houwen
5d9b25b0aa Polish up the reduced position accuracy 2024-02-25 00:36:03 -08:00
Garth Vander Houwen
85c2a9e938 Hook up the position precision channel settings 2024-02-24 22:33:11 -08:00
Garth Vander Houwen
02009bcf56 Node map reduced precision circle 2024-02-24 17:14:31 -08:00
Garth Vander Houwen
3722127564 Add low precision circles to node map 2024-02-24 16:32:36 -08:00
Garth Vander Houwen
e462055ad7 Reduced precision map circles for the node map 2024-02-24 16:25:08 -08:00
Garth Vander Houwen
5a0f180acf Update protobufs, hook up precision 2024-02-24 14:11:03 -08:00
Garth Vander Houwen
198f9143a4 Only show ispower saving for esp32, or the 2 nrf roles it works with 2024-02-24 11:36:19 -08:00
Garth Vander Houwen
c61d39a7e1 Pull device hardware from a local json file 2024-02-24 10:43:15 -08:00
Garth Vander Houwen
3798cd43be Channel Location Precision mockup 2024-02-23 23:18:48 -08:00
Garth Vander Houwen
4288415cf1 Sliding into channels 2024-02-23 16:08:01 -08:00
Garth Vander Houwen
c7ed3a9bca
Merge pull request #515 from meshtastic/2.2.24_Working_Changes
Add back clearing of channels
2024-02-23 09:10:44 -08:00
Garth Vander Houwen
cfe52eb931 Add back clearing of channels 2024-02-23 09:08:49 -08:00
Garth Vander Houwen
a579d8f595 Bump version, add power config back 2024-02-23 08:23:58 -08:00
Garth Vander Houwen
f71f0024b7
Merge pull request #508 from meshtastic/2.2.24_Working_Changes
2.2.24 Working Changes
2024-02-23 08:22:04 -08:00
Garth Vander Houwen
7a59ba2a31 Comment out power config for app store deployment 2024-02-23 08:13:37 -08:00
Garth Vander Houwen
32fe4f1ca1 Hide esp32 sleep options 2024-02-23 08:00:34 -08:00
Garth Vander Houwen
4fe467f988 Power config view updates 2024-02-23 00:33:59 -08:00
Garth Vander Houwen
ed1214891b Add new protobufs, update all the config layouts 2024-02-21 23:35:28 -08:00
Garth Vander Houwen
80c11775c0
Merge pull request #513 from Austinpayne/chore/track-protobufs
chore: add protobufs to git index
2024-02-21 20:43:43 -08:00
Garth Vander Houwen
c65b83b3d8
Merge pull request #512 from Austinpayne/fix/message-retry
fix: channel message retry not updating ack state
2024-02-21 20:43:01 -08:00
Garth Vander Houwen
a5d4f62ca4 Clean up descriptive text to be the same font and color on all the config views 2024-02-21 20:41:27 -08:00
Garth Vander Houwen
07768d98cd
Merge pull request #511 from Austinpayne/feature/power-config
feature: add power configuration
2024-02-21 18:12:20 -08:00
Garth Vander Houwen
dd1c1522b5 Handle duty cycle of 0 for UNSET region 2024-02-21 17:42:46 -08:00
Austin Payne
90fccdf0f3 chore: add protobufs to git index
The protobufs submodule was not properly tracked in the git index due to it
being ignored, resulting in the following error (which is now fixed):

"error: pathspec 'protobufs' did not match any file(s) known to git"

By tracking the submodule it is now easier to discover from which version of
protobufs the Swift definitions were generated.
2024-02-21 00:44:00 -07:00
Austin Payne
a16c6be659 fix: channel message retry not updating ack state 2024-02-21 00:29:26 -07:00
Austin Payne
a87d4fd3a6 feature: add power configuration 2024-02-21 00:07:17 -07:00
Austin Payne
0daf9185e7 refactor: add SaveConfigButton view for settings 2024-02-21 00:07:17 -07:00
Austin Payne
c3cede2d76 refactor: add ConfigHeader view for settings 2024-02-21 00:07:17 -07:00
Garth Vander Houwen
e9c8de9837 Experiment over 2024-02-20 21:51:50 -08:00
Garth Vander Houwen
79d5aab240 Stop clearing channels on each connect 2024-02-20 21:24:32 -08:00
Garth Vander Houwen
15ee57f23b Add a function to find the first missing channel index and use it. 2024-02-20 19:20:21 -08:00
Garth Vander Houwen
3c623d3441 Traceroute has position flag
Fix MQTT server port crash
Adjust device metrics grid colums
Fix some index issues in the channel editor
Clean up settings view, add duty cycle warning
2024-02-20 18:50:49 -08:00
Garth Vander Houwen
52af088d8c Bump version, fix mqtt port bug, make connected node details smaller on all the settings views, clean up text on position config view 2024-02-19 21:39:53 -08:00
Garth Vander Houwen
4fad4545eb
Merge pull request #504 from meshtastic/2.2.24_Working_Changes
Set preferred node number when the user default changes
2024-02-18 18:58:41 -08:00
Garth Vander Houwen
07c40e755c Set preferred node number when the user default changes 2024-02-18 18:57:43 -08:00