Commit graph

68 commits

Author SHA1 Message Date
Garth Vander Houwen
ebce91c64e
Merge pull request #164 from meshtastic/text_size_cleanup
Fix typo
2022-09-06 18:46:10 -07:00
Garth Vander Houwen
fe343bcaa1 Fix typo 2022-09-06 18:17:33 -07:00
Garth Vander Houwen
6c9e04284f
Merge pull request #163 from meshtastic/text_size_cleanup
Assorted 1.3.40 bug fixes
2022-09-06 16:51:13 -07:00
Garth Vander Houwen
bd92aae2eb * Add unknown time logic to pins on node details view
* send current position if fixed position is enabled on position config
* check for nil loRaConfig on share channel view
2022-09-05 18:32:27 -07:00
Garth Vander Houwen
e89b134827
Merge pull request #162 from meshtastic/text_size_cleanup
Assorted Layout Cleanup, MQTT Config
2022-09-04 22:40:02 -07:00
Garth Vander Houwen
8ed501d379 Clean up share channel view a bit 2022-09-04 22:35:16 -07:00
Garth Vander Houwen
b93b0c7d91 Add MQTT config
clean up node details
clean up core data model
update protobufs
2022-09-04 21:45:03 -07:00
Garth Vander Houwen
abd24e45c1
Merge pull request #159 from meshtastic/position_flags
Config Updates
2022-09-01 22:10:14 -07:00
Garth Vander Houwen
7a3929793d Fix heading on bluetooth config 2022-09-01 22:08:45 -07:00
Garth Vander Houwen
ed145569cd
Merge pull request #158 from meshtastic/position_flags
Position flags and Enum Updates
2022-09-01 19:27:19 -07:00
Garth Vander Houwen
a0e83160a2 Add values to config enums 2022-09-01 18:37:41 -07:00
Garth Vander Houwen
815f702943
Merge pull request #157 from meshtastic/position_flags
Position flags
2022-09-01 17:01:12 -07:00
Garth Vander Houwen
cfe23b1d1c Position flags 2022-09-01 11:54:39 -07:00
Garth Vander Houwen
e5825e8154
Merge branch 'main' into debugging/channel-settings 2022-08-25 14:51:42 -07:00
Garth Vander Houwen
8a88b50de5 Remove distance from connected node, clean up spacing 2022-08-21 08:15:27 -07:00
Garth Vander Houwen
af8f8ff9ac Finish hooking up the ble config 2022-08-20 12:31:52 -07:00
Garth Vander Houwen
07f28252fd Move enums, add distance to node list work on BLE settings 2022-08-20 12:15:14 -07:00
Garth Vander Houwen
91ad258590 Add Distance to node list 2022-08-19 23:26:02 -07:00
Garth Vander Houwen
ebf9e8feec Initial BLE config view 2022-08-18 08:46:10 -07:00
Garth Vander Houwen
d7819b7404 Set wantAck to true for all admin messages, hook up waypoint to position in messages 2022-08-12 08:58:10 -07:00
Garth Vander Houwen
56da04827a New protos and assorted bug fixes 2022-08-11 23:34:09 -07:00
Garth Vander Houwen
602ff58db8 Extra logging for config packets 2022-08-07 08:31:39 -07:00
Garth Vander Houwen
af4ef58e14 Support new wifi config, update firmware version modal, prevent connection of unsupported devices for real this time. 2022-08-06 08:07:16 -07:00
Garth Vander Houwen
f92738611f Firmware version requirement update 2022-08-04 20:23:40 -07:00
Garth Vander Houwen
1f0735749a Upgrade DM asks, update protobufs, streamline wifi config, add enabled to wificonfig 2022-08-04 19:43:03 -07:00
Garth Vander Houwen
fa25c5e2cc Hook into both URL events, pass a string so we keep the url 2022-08-03 16:56:44 -07:00
Garth Vander Houwen
2756db10ec Restrict wifi to devices with wifi 2022-08-02 09:49:11 -07:00
Garth Vander Houwen
045fb598d5 Finish wifi config 2022-08-02 09:44:59 -07:00
Garth Vander Houwen
096930efd7 Start of wifi config 2022-08-01 21:57:03 -07:00
Garth Vander Houwen
4759da2c37 Add some text explaining sensor I2C detection 2022-08-01 07:25:39 -07:00
Garth Vander Houwen
661f349e9c Telemetry cleanup 2022-08-01 07:11:03 -07:00
Chris Cassano
090e714bf4 remove some debug code 2022-07-31 19:53:44 -04:00
Chris Cassano
756444c53c trying to debug why we aren't getting channel settings back. only routing packets 2022-07-31 19:05:47 -04:00
Garth Vander Houwen
0981aa6bf9 Log lora config details 2022-07-27 20:22:40 -07:00
Garth Vander Houwen
8977dfd18b Bump version to 1.3.27 2022-07-26 21:52:36 -07:00
Garth Vander Houwen
f79b1d0cf4 Fix broken enum on loraconfig page 2022-07-26 09:24:35 -07:00
Garth Vander Houwen
0a386c531e Clean up phone telemetry 2022-07-26 07:35:16 -07:00
Garth Vander Houwen
b89e95fc02 Update app link to match android, change export to save 2022-07-15 20:27:12 -07:00
Garth Vander Houwen
750db0437c CSV export 2022-07-15 15:01:42 -07:00
Garth Vander Houwen
1ecd094ef9 Fix a couple of lingering config view crashing if a device disconnects while on the view, hook up QR code deep link 2022-07-14 07:14:43 -07:00
Garth Vander Houwen
1d9a7c69f6 more aggressive unsupported version modal, disconnect 1.2 devices. 2022-07-13 08:32:34 -07:00
Garth Vander Houwen
bca1acade1 set position flag defaults 2022-07-12 08:52:20 -07:00
Garth Vander Houwen
f21a85d8e1 Check for nil nodes and config 2022-07-11 16:18:16 -07:00
Garth Vander Houwen
d794992854 Bump version on connect page 2022-07-11 15:43:25 -07:00
Garth Vander Houwen
9e8288b273 Clean up methods to save admin messages 2022-07-09 06:42:30 -07:00
Garth Vander Houwen
95b35e7e45 Restrict ESP32 only plugins, finish telemetry log. 2022-07-08 12:05:39 -07:00
Garth Vander Houwen
3b90bb7ecc Add Telemetry log 2022-07-08 06:31:47 -07:00
Garth Vander Houwen
ddfcea4ace Handle empty positions, allow nrf52 saving for telemetry 2022-07-07 00:29:52 -07:00
Garth Vander Houwen
355e1126a2 Clean up log buttons, select default tab on settings delete color array for deleted teams feature 2022-07-02 23:45:33 -07:00
Garth Vander Houwen
4c850249ca Admin message history, hook up telemetry 2022-07-02 22:16:19 -07:00