mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
resolved an error in arduino agent code
This commit is contained in:
parent
bd1c0554a8
commit
c7effff3ce
@ -102,7 +102,7 @@ void setupResource(){
|
|||||||
jsonPayLoad += String(DEVICE_OWNER);
|
jsonPayLoad += String(DEVICE_OWNER);
|
||||||
jsonPayLoad += "\",\"deviceId\":\"";
|
jsonPayLoad += "\",\"deviceId\":\"";
|
||||||
jsonPayLoad += String(DEVICE_ID);
|
jsonPayLoad += String(DEVICE_ID);
|
||||||
jsonPayLoad += "}, \"payloadData\":{";
|
jsonPayLoad += "\"}, \"payloadData\":{";
|
||||||
|
|
||||||
if(DEBUG) {
|
if(DEBUG) {
|
||||||
Serial.print("JSON Payload: ");
|
Serial.print("JSON Payload: ");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user