forked from espressif/arduino-esp32
Remove shitty arduino logging system
This commit is contained in:
@ -74,9 +74,7 @@ public:
|
||||
uint32_t baudRate();
|
||||
operator bool() const;
|
||||
|
||||
size_t setRxBufferSize(size_t);
|
||||
void setDebugOutput(bool);
|
||||
|
||||
size_t setRxBufferSize(size_t);
|
||||
void setRxInvert(bool);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user