Sirapol Sriuaipornchai
Sirapol Sriuaipornchai
I try to put json via JsonVariant like below code. ``` RPC_Response processSwitchChange(const RPC_Data &data) { Serial.println(F("Received the set switch method")); // Process data const bool switch_state = data[RPC_SWITCH_KEY]; Serial.print(F("Example...
I found something. In function `process_rpc_message` After `#ifdef THINGSBOARD_ENABLE_STL` response is not corrent. Is it corresponding memory or not ? I try to pass json to `Send_Json_String()` it work. ...
I verify about this issues. But, I not have idea for solve it. I will tell you. The first one. `RPC_Response` before line 1781 is correct from call back. When...
Hello, After I take my many time. I think, It has issues about ArduinoJson memory and anything about it. I let override `process_rpc_message` like below picture.  And in `RPC_Response`...
> @sirapol I'm trying to replicate your solution and you made use of a function called "splitString()". I can't find any reference of this function. Sorry. It my function. 
> So I have done all the mods, but it seems there is some key element I'm missing somewhere. The ESP32 reboots after it has built the response topic. >...
> Okay perfect thanks a lot for confirming. For now use that workaround. > > I will work on a fix and mention this issue in the pull request once...
Me too. When are you update the example?
> Hi @232485, we plan to support Gateway for the ESP platform but it is not yet clear when the development starts. Hello, I need like this. I need to...