ahmed-1a
Results
2
issues of
ahmed-1a
Hi, I'm testing thingsboard mobile app with demo.thingsboard.io, I get "Not implemented!" message when I open any dashboard. So, I cannot see any widgets. Have you faced a similar problem,...
Hi, The following code is from ESP32 Example https://thingsboard.io/docs/samples/esp32/gpio-control-pico-kit-dht22-sensor/ ``` RPC_Response processSetGpioState(const RPC_Data &data) { Serial.println("Received the set GPIO RPC method"); int pin = data["pin"]; bool enabled = data["enabled"]; if...