B4R Question ESP32 inline C serial for debugging

Mostez

Well-Known Member
Licensed User
Longtime User
I have an ESP32 board and I want to log some results from inline C code to B4R IDE, something like
B4X:
# if c
int a = 40;
int b = 50;
serial.print ("value of a =" + a + "value of b =" & b)

# end if

TIA
 
Top