Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev_cmd

This commit is contained in:
MichaelDvP
2021-05-10 15:40:14 +02:00
6 changed files with 47 additions and 8 deletions

View File

@@ -35,7 +35,9 @@ static const __FlashStringHelper * DeviceValueUOM_s[] __attribute__((__aligned__
F_(ua),
F_(bar),
F_(kw),
F_(w)
F_(w),
F_(kb),
F_(seconds)
};