mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 04:18:29 +02:00
SPI fixes for buggy components (#5446)
This commit is contained in:
committed by
Jesse Hills
parent
9b75121337
commit
ec4777b8d0
@@ -248,6 +248,7 @@ class SPIDelegateDummy : public SPIDelegate {
|
||||
SPIDelegateDummy() = default;
|
||||
|
||||
uint8_t transfer(uint8_t data) override { return 0; }
|
||||
void end_transaction() override{};
|
||||
|
||||
void begin_transaction() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user