We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78eac8a commit a222dd4Copy full SHA for a222dd4
src/AudioTools/AudioLibs/Desktop/NoArduino.h
@@ -180,6 +180,7 @@ class HardwareSerial : public Stream {
180
public:
181
size_t write(uint8_t ch) override { return putchar(ch); }
182
virtual operator bool() { return true; }
183
+ bool begin(long baudrate, int config=0) { return true; }
184
};
185
186
static HardwareSerial Serial;
0 commit comments