in firmware myFP2ESPFirmware v223, when using the OLED test-program it would not compile with an error regarding myHalfStepperESP32.h.
In line 21 of myboards.h in the OLED folder I had to change #include "HalfStepperESP32.h" to #include "myHalfStepperESP32.h"
Hope this helps - glad to say I was able to confirm my OLED is working! Rgds
Ady
Many thanks for the info - I am going through all the test programs and will upload them when the updates are complete.
regards Robert
No problem. Thanks for all your hard work.
Log in to post a comment.
in firmware myFP2ESPFirmware v223, when using the OLED test-program it would not compile with an error regarding myHalfStepperESP32.h.
In line 21 of myboards.h in the OLED folder I had to change
#include "HalfStepperESP32.h"
to
#include "myHalfStepperESP32.h"
Hope this helps - glad to say I was able to confirm my OLED is working!
Rgds
Ady
Many thanks for the info - I am going through all the test programs and will upload them when the updates are complete.
regards
Robert
No problem. Thanks for all your hard work.