Fix Format

This commit is contained in:
Elia Zammuto
2021-05-29 22:29:10 +02:00
parent 4835366a0c
commit ffb80c5fc3
11 changed files with 298 additions and 360 deletions

View File

@@ -209,12 +209,12 @@ input_t input {
};
sunshine_t sunshine {
2, // min_log_level
0, // flags
"user_credentials.json"s,//User file
""s,//Username
""s,//Password
""s//Password Salt
2, // min_log_level
0, // flags
"user_credentials.json"s, //User file
""s, //Username
""s, //Password
""s //Password Salt
};
bool endline(char ch) {