mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 05:01:39 +02:00
0.8.10
* fix Mi and HM inverter communication #1235 * added privacy mode option #1211 * changed serial debug option to work without reboot
This commit is contained in:
parent
49ef94cb7a
commit
b7f0e683ec
13 changed files with 75 additions and 50 deletions
|
@ -561,6 +561,7 @@ class RestApi {
|
|||
void getSerial(JsonObject obj) {
|
||||
obj[F("show_live_data")] = mConfig->serial.showIv;
|
||||
obj[F("debug")] = mConfig->serial.debug;
|
||||
obj[F("priv")] = mConfig->serial.privacyLog;
|
||||
}
|
||||
|
||||
void getStaticIp(JsonObject obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue