Commit Graph

20 Commits

Author SHA1 Message Date
Thaddeus Hughes
77548e7e9f fix compiler warnings. fix bug where drive dist was not properly capped. 2026-03-12 21:18:32 -05:00
Thaddeus Hughes
cdb3b11db1 params bounds checking 2026-03-12 20:37:04 -05:00
Thaddeus Hughes
ff1ea6615c Many things, including a log timing report in the test
Timing report:

I (52322) LOG_TEST: === WRITE TIMING REPORT ===
I (52322) LOG_TEST:   Iterations:       200
I (52322) LOG_TEST:   Payload size:     39 bytes
I (52322) LOG_TEST:   Min:              49960 us
I (52332) LOG_TEST:   Max:              54476 us
I (52332) LOG_TEST:   Avg:              50005 us
I (52342) LOG_TEST:   Sector crossings: 2 (max 49983 us)
I (52342) LOG_TEST:   WDT margin:       4.9s (WDT=5s, worst=54476us)
I (52352) LOG_TEST: ===========================

so a write takes up to 54ms - not negligible!
2026-03-12 19:58:39 -05:00
Thaddeus Hughes
35b7074e81 docs & sdkconfig 2026-03-12 08:38:39 -05:00
Thaddeus Hughes
123ddc2688 adding todos 2026-03-11 20:31:36 -05:00
Thaddeus Hughes
f4077e5e26 rtc craziness 2026-03-11 09:01:32 -05:00
Thaddeus Hughes
9717495b45 time sync check works 2026-03-04 14:00:47 -06:00
Thaddeus Hughes
26c3058c23 jack sensor re-added/re-integrated 2026-02-06 07:23:57 -06:00
Thaddeus Hughes
a1a8313525 logging testing. logging works. e-fusing algo works right for jack. jack timing works. 2026-01-17 13:33:57 -06:00
Thaddeus Hughes
982ada9787 Refining logging 2026-01-13 18:35:31 -06:00
Thaddeus Hughes
15e2145560 safety interlocking and a bunch of other fun stuff 2026-01-05 19:47:51 -06:00
Thaddeus Hughes
ffb56936f1 logtool. and lots of things in the main firmware.
better integration into main
fixed scheduler and timestamping
simplified the api there
ditched integer 64-bit storage types (not needed. 32 bits is plenty for everything except current time - but that's handled in RTC, everything else is deltas)
web remote!
2026-01-03 22:38:52 -06:00
Thaddeus Hughes
40a2b3765c tidier. minified more. hard reset. 2025-12-30 20:02:44 -06:00
Thaddeus Hughes
d46cb252fb DNS, web ui nearly done, great log streaming, attempted https (abandoned that though) 2025-12-30 18:51:11 -06:00
Thaddeus Hughes
012d28ae14 Ironed out tons of stuff on the webserver
Logging, time sync, collapsible menus, oh my!
2025-12-29 22:21:43 -06:00
Thaddeus Hughes
039c29a39d OTA works, log download works, integrated OTA build sys 2025-12-27 11:52:57 -06:00
Thaddeus Hughes
81a8da24a0 integrating web stuff into SC-F001
LFG
2025-12-27 00:01:59 -06:00
426d84ee56 Webpage minifying/compressing toolchain
Also gzips the page (not tested if this works)
2025-12-23 13:14:21 -06:00
Thaddeus Hughes
062221dfd3 B001-V3 works with it now 2025-12-16 12:10:10 -06:00
Thaddeus Hughes
ac030005c3 SC-F001 way better logging and parameters. not integrated yet but. 2025-12-13 10:57:09 -06:00