Closed LuckyEddie47 closed 2 years ago
In OnStepX/src/lib/encoder/Encoder.h
Line 4
should be
This caused failure to compile on using the Arduino IDE V2.0.0 on 64-bit Raspberry Pi OS. Correcting the case of the include as shown above fixed that error.
Thanks, should be taken care of now.
In OnStepX/src/lib/encoder/Encoder.h
Line 4
include "../../common.h"
should be
include "../../Common.h"
This caused failure to compile on using the Arduino IDE V2.0.0 on 64-bit Raspberry Pi OS. Correcting the case of the include as shown above fixed that error.