Indention fixed
This commit is contained in:
parent
334dd19614
commit
b553db6206
1 changed files with 4 additions and 2 deletions
|
@ -387,6 +387,8 @@ String tc_getJsonData()
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//********************************//
|
||||||
|
|
||||||
tc_jsonDataBlockToEEPROM(String json_data_string)
|
tc_jsonDataBlockToEEPROM(String json_data_string)
|
||||||
{
|
{
|
||||||
StaticJsonDocument<512> doc;
|
StaticJsonDocument<512> doc;
|
||||||
|
|
Loading…
Reference in a new issue