Commit Graph

24 Commits

Author SHA1 Message Date
Yegor Shytikov
b9d172cbf2 Merge branch 'next' into testable 2024-11-26 09:49:48 -08:00
Sassa NF
d44bfcdbe2 Support Wrap with checksum 2024-11-03 18:35:39 +00:00
Sassa NF
9d42fc1061 Use onEvent instead of periodic polling 2024-11-03 18:35:39 +00:00
Sassa NF
8eff3ef372 Add interaction over Serial0 2024-10-17 21:35:17 +01:00
Sassa NF
1011d8bf13 Config on SD card 2024-10-17 21:35:17 +01:00
Egor
b002afb789 Add LR1121 and File config WIFI 2024-10-13 18:31:26 -07:00
Sassa NF
7f8c08a777 Add ALL_EVENTS listeners 2024-10-12 14:37:52 +01:00
Sassa NF
fe0bf7d658 Fixup button interaction 2024-10-11 23:17:13 +01:00
Sassa NF
b9e2bffb93 drone_sound_alarm as event listener 2024-10-11 23:17:13 +01:00
Sassa NF
bdd00039b2 Events for modular UI and other listeners 2024-10-11 23:17:13 +01:00
Sassa NF
0c760610df Status Bar 2024-10-11 23:17:13 +01:00
Sassa NF
645e9988c8 Test stability: uptime clock 2024-10-11 23:17:13 +01:00
Sassa NF
ad7ad3d8af Waterfall chart to capture history of detections 2024-10-11 23:17:13 +01:00
Sassa NF
30883386c4 Fixup DecoratedBarChart - incapsulate, not inherit 2024-10-11 23:17:13 +01:00
Sassa NF
6011c47f81 Fixup Chart inheritance 2024-10-11 23:17:13 +01:00
Sassa NF
384743ddb4 StackedChart support 2024-10-11 23:17:13 +01:00
Sassa NF
02df8efa1c DecoratedBarChart - labels and axis with ticks 2024-10-11 23:17:13 +01:00
Sassa NF
c78fa6de7a Factor out drawing into Charts 2024-10-11 23:17:13 +01:00
Sassa NF
39073dd026 Filtered_results is not needed 2024-10-11 23:17:13 +01:00
Egor
72b5d0b80d fix Heltec boards 2024-09-27 00:57:26 -07:00
Sassa NF
94c042a186 LilyGO T3S3 works 2024-09-26 21:42:47 +01:00
Sassa NF
c5ac3896fb Factor out detection + display loop
Refactor code that does not depend on y.

Essentially, the following logic:

Recall that some loops are folds, some are maps.

Maps look at only elements with one index. The important property of maps
is that map(f . g) = map(f) . map(g) - parts of the loop body can be split
into separate loops. Another property of maps is that if map(f) does not
depend on the output of map(g), then map(f) . map(g) = map(g) . map(f) -
the loops can be reordered.
2024-09-23 08:32:29 +01:00
Egor Shitikov
ea319a6cac Refactor RSSI Scan 2024-09-19 16:00:38 -07:00
Egor Shitikov
1ed10b5a95 first commit 2024-07-22 16:17:04 -07:00