first try working module - fail

This commit is contained in:
2023-04-06 16:27:00 +02:00
parent f20f4938e4
commit ede68db3df
8 changed files with 85 additions and 30 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class DriveManager {
*
* @param moveControl
*/
DriveManager(MoveControl *moveControl, const ControlPadInput *input, bool wifi = false);
DriveManager(MoveControl *moveControl, SPIClass *spiPort, const ControlPadInput *input, bool wifi = false);
/**
* @brief Destroy the Drive Manager object