empty spi component

This commit is contained in:
HB
2020-09-30 01:13:21 +02:00
parent ae2bff7380
commit 33bff3a1e8
6 changed files with 71 additions and 3 deletions
@@ -15,7 +15,7 @@ void EmptyI2CComponent::loop() {
}
void EmptyI2CComponent::dump_config(){
ESP_LOGCONFIG(TAG, "Empty i2c component");
ESP_LOGCONFIG(TAG, "Empty I2C component");
}