mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
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_PM "ug/m3"
|
||||||
#define D_UNIT_NCPM "#/m3"
|
#define D_UNIT_NCPM "#/cm3"
|
||||||
|
|
||||||
#ifdef USE_WEBSERVER
|
#ifdef USE_WEBSERVER
|
||||||
const char HTTP_SNS_SPS30_a[] PROGMEM ="{s}SPS30 " "%s" "{m}%s " D_UNIT_PM "{e}";
|
const char HTTP_SNS_SPS30_a[] PROGMEM ="{s}SPS30 " "%s" "{m}%s " D_UNIT_PM "{e}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user