Márcio Carlos
Márcio Carlos
Hi, other user got a same problem. https://github.com/Yogui79/IntexPureSpa/discussions/7 Another question : Using a ESP32 V4 dev model ? "If I understood the code well, the fast blinking should happen after...
Hi, other user got a same problem. https://github.com/Yogui79/IntexPureSpa/discussions/7 Another question : Using a ESP32 V4 dev model ? "If I understood the code well, the fast blinking should happen after...
here too , any solution ?
Solution is , edit marlin.py and change lines to: def replace_define(field, value): envdefs = env['CPPDEFINES'].copy() for define in envdefs: if define[0] == field: env['CPPDEFINES'].remove(define) env['CPPDEFINES'].append((field, value))
pls, share code for help you