Daifuku Sensei
Results
2
comments of
Daifuku Sensei
Hi there, Looking at the last line of your output, I'm experiencing the identical error. I'm attempting to compile against a Nano Every. My sketch runs fine on a Pro...
I had to remove the 'class Print' forward declarations from the following files: DMS.h NeoTime.h Also had to set SPI_DRIVER_SELECT to 1 per https://github.com/greiman/SdFat-beta/issues/42 Additionally, changed '#define F(str) (str)' in...