Chris Frankland-Wright
71cbc66f85
added logging window to UI
2025-07-20 13:28:21 +01:00
Chris Frankland-Wright
ad915c4aeb
implemented sync drift detect and auto sync if out of sync
2025-07-20 12:42:12 +01:00
da7152d851
update with comment
2025-07-19 15:49:59 +01:00
f60b83ff9c
keirstarmers five tests
2025-07-19 15:49:35 +01:00
bc91b15940
add the test for ltc_frame_does_not_match_system_time
2025-07-19 15:44:30 +01:00
b261d7c585
ci: add back in old test and fix test to be testing for something that actually exists
2025-07-19 15:41:45 +01:00
9412c7452c
ci: removed system test function from application
...
as code for sync locking no longer exists,
#[test]
fn test_ltc_frame_does_not_match_system_time() {
let now = Local::now();
// Create a time that is one hour ahead, wrapping around 23:00
let different_hour = (now.hour() + 1) % 24;
let frame = get_test_frame("LOCK", different_hour, now.minute(), now.second());
assert!(!frame.matches_system_time());
}
2025-07-19 15:33:35 +01:00
f61a2b0871
Merge branch 'main' into update
2025-07-19 15:27:35 +01:00
Chris Frankland-Wright
a47a0e6bd3
double check upload of tested version
2025-07-19 12:29:10 +01:00
a6523bf105
CD/CI git build workflow and unit testing + dependabot intergration for security updates
2025-07-18 12:50:53 +01:00
Chris Frankland-Wright
bd2111d77a
Rust ported and tested version
2025-07-09 01:18:49 +01:00
Chris Frankland-Wright
138b1e07a8
initial push of Rust version
2025-07-08 20:57:15 +01:00