Skip to content

Commit b5507aa

Browse files
authored
Merge pull request #1 from janaka/patch-1
Update README.md
2 parents d38438a + c69566f commit b5507aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void setup() {
189189
}
190190
191191
void loop(){
192-
char* shadow = "{\"state\":{\"reported\": {\"foobar\": "bar"}}}";
192+
char* shadow = "{\"state\":{\"reported\": {\"foobar\": \"bar\"}}}";
193193
194194
char* result = iotClient.update_shadow(shadow, actionError);
195195
Serial.print(result);

0 commit comments

Comments
 (0)