This commit is contained in:
Tomasz Duda
2025-11-11 18:13:02 +01:00
parent 1b30346c1e
commit d389ed585e
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ void RX8130Component::update() { this->read_time(); }
void RX8130Component::dump_config() { void RX8130Component::dump_config() {
ESP_LOGCONFIG(TAG, "RX8130:"); ESP_LOGCONFIG(TAG, "RX8130:");
LOG_I2C_DEVICE(this); LOG_I2C_DEVICE(this);
RealTimeClock::dump_config();
} }
void RX8130Component::read_time() { void RX8130Component::read_time() {
@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/nrf52.yaml
<<: !include common.yaml