mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Lint
This commit is contained in:
parent
352bdd9fb5
commit
4fa11dfa68
@ -12,7 +12,7 @@ static const uint16_t SHTCX_COMMAND_READ_ID_REGISTER = 0xEFC8;
|
||||
static const uint16_t SHTCX_COMMAND_SOFT_RESET = 0x805D;
|
||||
static const uint16_t SHTCX_COMMAND_POLLING_H = 0x7866;
|
||||
|
||||
inline const char* to_string(SHTCXType type) {
|
||||
inline const char *to_string(SHTCXType type) {
|
||||
switch (type) {
|
||||
case SHTCX_TYPE_SHTC3:
|
||||
return "SHTC3";
|
||||
|
Loading…
x
Reference in New Issue
Block a user