Hello,
mybee i be blind or i dont understand the code
i need to know how i can wrap this:
the second question is this possible to add in the B4R code?
if yes how i can do this ?
sorry if the questions are maybe a little stupid
regards
Andy
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;
sorry if the questions are maybe a little stupid
regards
Andy