T Grinch
T Grinch
Should I just make it identical by adding m_status_led and m_reset_in to the ADIS classes?
The destruction operator overload and close override are identical
Not tested yet
In reference to https://github.com/wpilibsuite/allwpilib/issues/3985#issue-1122270795
Just moved them to Close() for consistency.
Will change the gradle.properties back later. When I tried compiling earlier it failed due to memory issues fixed by upping the value.
> Does this fix #4002? It should, I don't have a REVPH to test it but it should prevent it from crashing at least.
> This needs a rebase, as win32 support has been removed. Just rebased
Ran into this issue when a school network was using a Fortinet security solution, occurred after adding the certificate to the windows Root CA store.
It does, I don't see a way to make [gradle-download-task](https://github.com/michel-kraemer/gradle-download-task) use the local store instead though. I think the ideal would be using a configuration property but not sure how...