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 EmptyUARTComponent::loop() {
}
void EmptyUARTComponent::dump_config(){
ESP_LOGCONFIG(TAG, "Empty i2c component");
ESP_LOGCONFIG(TAG, "Empty UART component");
}
} // namespace empty_uart_component