mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 21:32:21 +01:00
Refactor Sensirion Sensors (#3374)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@ enum ErrorCode {
|
||||
ERROR_NOT_INITIALIZED = 4,
|
||||
ERROR_TOO_LARGE = 5,
|
||||
ERROR_UNKNOWN = 6,
|
||||
ERROR_CRC = 7,
|
||||
};
|
||||
|
||||
struct ReadBuffer {
|
||||
|
Reference in New Issue
Block a user