Commit graph

49 commits

Author SHA1 Message Date
Garth Vander Houwen
fe343bcaa1 Fix typo 2022-09-06 18:17:33 -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
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
7a3929793d Fix heading on bluetooth config 2022-09-01 22:08:45 -07:00
Garth Vander Houwen
a0e83160a2 Add values to config enums 2022-09-01 18:37:41 -07:00
Garth Vander Houwen
cfe23b1d1c Position flags 2022-09-01 11:54:39 -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
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
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
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
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
3553ee7076 Hook up admin messages to config updates 2022-07-02 19:50:08 -07:00
Garth Vander Houwen
78ce0ff20e All the module configs are complete 2022-07-02 13:43:13 -07:00
Garth Vander Houwen
b342002868 Telemetry Config 2022-07-02 13:25:34 -07:00
Garth Vander Houwen
16bb48c770 Finish external notification config 2022-07-02 12:34:45 -07:00
Garth Vander Houwen
3c9f7718a6 External notifications 2022-07-02 12:18:20 -07:00
Garth Vander Houwen
bdc36610e6 Canned Message 2022-07-02 11:28:25 -07:00
Garth Vander Houwen
b0c3ff10ab Clean up the unknownApp portNum handling, hook up module config for range test 2022-07-02 10:06:50 -07:00
Garth Vander Houwen
b1250db164 Add DFU stubs, fix all the connected node indictors to be 4 bytes max 2022-07-01 19:44:25 -07:00
Garth Vander Houwen
511a958610 Clean up module config preview 2022-07-01 19:01:29 -07:00
Garth Vander Houwen
10bf86cf95 remove analog sensors from telemetry, add Card KB as an option for canned messages presets 2022-07-01 18:30:40 -07:00
Garth Vander Houwen
ce35f49b7c More complete module configuration previews, less prone to crashing settings page 2022-07-01 10:57:54 -07:00
Garth Vander Houwen
7317b6fbe4 More settings updates 2022-06-29 20:04:20 -07:00
Garth Vander Houwen
d36c4e94ea Build for associated domains 2022-06-28 20:20:02 -07:00
Garth Vander Houwen
6b10e9aabe Assorted updates 2022-06-28 06:56:50 -07:00
Garth Vander Houwen
e2dc8ed8ae Rename Project to satisfy app review 2022-06-24 08:00:18 -07:00