Public inheritance for esp sources
This commit is contained in:
parent
be274132d6
commit
bd5a8d52cc
@ -3,7 +3,7 @@
|
||||
#include "relay/interface/CryptoSource.h"
|
||||
#include "ESP32NoiseSource.h"
|
||||
|
||||
class ESP32CryptoSource: CryptoSource {
|
||||
class ESP32CryptoSource: public CryptoSource {
|
||||
|
||||
public:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
#include "relay/interface/StorageSource.h"
|
||||
|
||||
class ESP32StorageSource: StorageSource {
|
||||
class ESP32StorageSource: public StorageSource {
|
||||
|
||||
bool writeByteAtIndex(uint8_t byte, uint16_t index) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user