1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-19 03:18:14 +00:00

Update ds248x.h

Macros not allowed
This commit is contained in:
Iron Man 2024-04-23 17:41:26 +02:00 committed by GitHub
parent 51f3195e87
commit b90f22a7c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
#include "esphome/components/sensor/sensor.h" #include "esphome/components/sensor/sensor.h"
#include "esphome/components/i2c/i2c.h" #include "esphome/components/i2c/i2c.h"
#define NBR_CHANNELS 8 static const uint8_t NBR_CHANNELS = 8;
namespace esphome { namespace esphome {