mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12179 from psarossy/patch-1
Correct SPS30 NCPM unit
This commit is contained in:
commit
f49adad496
|
@ -150,7 +150,7 @@ void SPS30_Detect(void)
|
|||
}
|
||||
|
||||
#define D_UNIT_PM "ug/m3"
|
||||
#define D_UNIT_NCPM "#/m3"
|
||||
#define D_UNIT_NCPM "#/cm3"
|
||||
|
||||
#ifdef USE_WEBSERVER
|
||||
const char HTTP_SNS_SPS30_a[] PROGMEM ="{s}SPS30 " "%s" "{m}%s " D_UNIT_PM "{e}";
|
||||
|
|
Loading…
Reference in New Issue