but when i try to replace fixed val with dynamic value come from sensor it was sent blank value to database
int power = 200; // fill that with your value
char test[10] ;
snprintf(test, 10, power);
Serial.println("Test=");
Serial.println(test);
ether.browseUrl(PSTR("/ardu/Default2.aspx?occupation="), test, website, my_result_cb);