AI can lead you through git/github processRickHaleParker wrote: 21 Sep 2026, 08:461. I have not touched git for for 4 - 5 years and I was not very good then. I will try to get it uploaded, then do a pull request.vtl wrote: 21 Sep 2026, 08:20 Yes, as expected. I could not find how to disable speculation back then in 2020, but these days we have AI... Do a pull request, I'll merge.
You may also try to reduce the amount of samples per range and see how low we can go with the cracking sill being reliable: https://github.com/vtl/volvo-cem-cracke ... r.ino#L654
2. All 5 got to the top in range 100 ( 10 samples ) or range 50 ( 20 samples ) 30 total.
Soo how about shorten ranges and samples to:
to play it on the safe side?Code: Select all
uint32_t ranges[[b]3[/b]] = { 100, 50, 25 }; uint32_t samples[[b]3[/b]] = { 10, 20, 50 }; for (i = 0; i < [b]3[/b]; i++) { /* run through the range and exit if aborted */
I don't have the cracker setup at the moment. Ask AI to come up with the testing methodology for that, it will be able to notice when the precision starts to worsen beyond being practical. This can be another commit in another pull request. Disabling the speculation is good on its own.






