cleanup
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "GRBL.h"
|
||||
#include <Arduino.h>
|
||||
#include <M5Stack.h>
|
||||
#include <vector>
|
||||
// #include <vector>
|
||||
|
||||
class Program {
|
||||
public:
|
||||
@ -27,12 +27,6 @@ private:
|
||||
* @brief stepper motor controller
|
||||
*/
|
||||
GRBL* grbl;
|
||||
|
||||
/**
|
||||
* @brief stack des UUID lue
|
||||
*
|
||||
*/
|
||||
std::vector<String>* NfcIDs;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user