UART Node Error

Hello,

I am getting the following error when trying to use any of the xod/uart nodes UART, UART0 etc:

Begin compiling code for the board WEMOS D1 MINI ESP32 📦


C:\Users\ryano\AppData\Local\Temp\xod_temp_sketchbookwMo10h\xod_1629449461093_sketch\xod_1629449461093_sketch.ino: In member function 'void xod::xod__uart__uart::Node::evaluate(xod::xod__uart__uart::Node::Context)':
C:\Users\ryano\AppData\Local\Temp\xod_temp_sketchbookwMo10h\xod_1629449461093_sketch\xod_1629449461093_sketch.ino:1095:27: error: 'SERIAL_PORT_HARDWARE' was not declared in this scope
             auto serial = SERIAL_PORT_HARDWARE;
                           ^

Error during build: exit status 1

I read this link New uart nodes give error during deployment
However, changing SERIAL_PORT_HARDWARE_OPEN to SERIAL_PORT_HARDWARE on either (or both) of the instances where the ‘_OPEN’ term is used, doesn’t change anything.

I’m using an ESP32 (wemos d1 esp32) and trying to use the greenberg-nicholas/esp32-relay — XOD library.
Even the example will not upload and gives the same error.

Is there something that I am able to do to rectify the issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.