C/C++ Question i need a hint and a information <beginner questions>

Siam

Active Member
Licensed User
Longtime User
Hello,

mybee i be blind ;) or i dont understand the code
i need to know how i can wrap this:

B4X:
void loop(void) {
httpServer.handleClient();
MDNS.update();
}

the second question is this possible to add in the B4R code?

Add a version number constant variable to your sketch, outside of any functions.

B4X:
const int FW_VERSION = 1244;
if yes how i can do this ?

sorry if the questions are maybe a little stupid

regards

Andy
 
Top