Hello, I'm trying to simply to replace ~sensors~ contents by a variable depending on two different conditions : extern volatile BOOL sensor, mode;
void HTTPPrint_sensors(void)
{
if (sensor == TRUE)
{
TCPPutROMString(sktHT..