TadyTheFish

Results 3 comments of TadyTheFish

You are right. I spent a week tracking down why I can't get a floating point number to work. Your repo fixes that

same problem stack trace : ``` 0x401059b0: esp_intr_get_cpu at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_hw_support/intr_alloc.c line 703 0x400dc56c: gpio_isr_handler_add at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/driver/gpio.c line 473 0x400da7a8: __attachInterruptFunctionalArg at /home/linuxcnc/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.c line 192 0x400da7f5: __attachInterrupt at /home/linuxcnc/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.c line 208...

For anyone facing the same problems, you can manually downgrade Node.js `wget https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh chmod +x node-install.sh sudo ./node-install.sh -v v20.18.1 ` and reboot the system Worked for me and now...