plop510
plop510
Hi, thanks for your answer. Arduino version last digit was not correcttly written: it´s current 1.8.19 I´ve modidified common.h, line 97 inserting a line: #define CONFIG_IDF_TARGET_ESP32 to make true the...
I´ve tested your library with a real project: my telescope control (dobson like). I've been migrating all app from AccelStepper to FastAccelStepper and everything is working. I´ve been even able...
Thanks pfink, I´ll test it.
Hello pfink, I put a file: platform.local.txt on ..\arduino-1.8.9\hardware\RaspberryPi\piduino\platform.local.txt with just this line: "compiler.cpp.extra_flags=-DARDUINOJSON_ENABLE_ARDUINO_STRING -DARDUINOJSON_ENABLE_PROGMEM=0" Now, when compiling, I don´t get the previous errors but the result is different: I...
Hello pfink, Please, forget my last message. Your solution worked. At least RPI code is generated OK. I will test It. Thanks a lot. Best regards,