UART in esp32 dont work

HI can somebody help me?
I tray use UART with esp32 but nothing work ;(
I get error.
the gool is conect esp32 with grove LoRa Radio 868mhz that use uart interface to exhange data between esp32.

Error:
Begin compiling code for the board DOIT ESP32 DEVKIT V1 :package:

C:\Users\Ryszard\AppData\Local\Temp\xod_temp_sketchbookdTodmO\xod_1656934278970_sketch\xod_1656934278970_sketch.ino: In member function ‘void xod::xod__uart__uart::Node::evaluate(xod::xod__uart__uart::Node::Context)’:
C:\Users\Ryszard\AppData\Local\Temp\xod_temp_sketchbookdTodmO\xod_1656934278970_sketch\xod_1656934278970_sketch.ino:1095:27: error: ‘SERIAL_PORT_HARDWARE’ was not declared in this scope
auto serial = SERIAL_PORT_HARDWARE;
^~~~~~~~~~~~~~~~~~~~

C:\Users\Ryszard\AppData\Local\Temp\xod_temp_sketchbookdTodmO\xod_1656934278970_sketch\xod_1656934278970_sketch.ino: In member function ‘void xod::xod__core__console_log::Node::evaluate(xod::xod__core__console_log::Node::Context)’:
C:\Users\Ryszard\AppData\Local\Temp\xod_temp_sketchbookdTodmO\xod_1656934278970_sketch\xod_1656934278970_sketch.ino:2393:28: warning: ‘xod::List* xod::List::operator->() [with T = char]’ is deprecated [-Wdeprecated-declarations]
for (auto it = line->iterate(); it; ++it)
^~
C:\Users\Ryszard\AppData\Local\Temp\xod_temp_sketchbookdTodmO\xod_1656934278970_sketch\xod_1656934278970_sketch.ino:248:11: note: declared here
List* operator->() attribute ((deprecated)) { return this; }
^~~~~~~~

Error during build: exit status 1
Compilation failed
Command Process exited with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.

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