fix Spelling

pull/4676/head
Saksik Remy 2021-12-21 15:53:57 +08:00
parent f1bbfa5a24
commit ebff24353a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ int client_loop(const char *peer_ip, const char *peer_name, const char *peer_por
strcat(buff, "\"sensorValue\": \"");
strcat(buff, temperature);
strcat(buff, "\",");
strcat(buff, "\"sensorUnit\": \"Celcius\",");
strcat(buff, "\"sensorUnit\": \"Celsius\",");
strcat(buff, "\"sensorTime\": 1582181510");
strcat(buff, "}");
strcat(buff, "\r\n");