add thermometer and hygrometer HWCAPs
This commit is contained in:
parent
7ae6a75826
commit
402704445e
|
@ -426,6 +426,12 @@ enum {
|
||||||
/** The device can act as a sound level meter. */
|
/** The device can act as a sound level meter. */
|
||||||
SR_HWCAP_SOUNDLEVELMETER,
|
SR_HWCAP_SOUNDLEVELMETER,
|
||||||
|
|
||||||
|
/** The device can measure temperature. */
|
||||||
|
SR_HWCAP_THERMOMETER,
|
||||||
|
|
||||||
|
/** The device can measure humidity. */
|
||||||
|
SR_HWCAP_HYGROMETER,
|
||||||
|
|
||||||
/*--- Device configuration ------------------------------------------*/
|
/*--- Device configuration ------------------------------------------*/
|
||||||
|
|
||||||
/** The device supports setting/changing its samplerate. */
|
/** The device supports setting/changing its samplerate. */
|
||||||
|
|
Loading…
Reference in New Issue