Skip to content

Commit 966c633

Browse files
committed
desktop: remove overrides
1 parent 8d6b5a4 commit 966c633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/AudioTools/PlatformConfig/desktop.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# include "AudioTools/AudioLibs/Desktop/NoArduino.h"
55
# include "AudioTools/AudioLibs/Desktop/Time.h"
66
# include "AudioTools/AudioLibs/Desktop/Main.h"
7-
# define USE_STREAM_READ_OVERRIDE
7+
//# define USE_STREAM_READ_OVERRIDE
88
# define USE_SD_NO_NS
99
# define USE_TIMER
1010
# define USE_CPP_TASK
@@ -27,9 +27,9 @@
2727
# define USE_SD_NO_NS
2828
# define USE_WIFI
2929
# define USE_URL_ARDUINO
30-
# define USE_STREAM_WRITE_OVERRIDE
31-
# define USE_STREAM_READ_OVERRIDE
32-
# define USE_STREAM_READCHAR_OVERRIDE
30+
// # define USE_STREAM_WRITE_OVERRIDE
31+
// # define USE_STREAM_READ_OVERRIDE
32+
// # define USE_STREAM_READCHAR_OVERRIDE
3333
# ifndef EXIT_ON_STOP
3434
# define EXIT_ON_STOP
3535
# endif
@@ -48,5 +48,5 @@ typedef WiFiClient WiFiClientSecure;
4848
#else
4949
# include "AudioTools/AudioLibs/Desktop/NoArduino.h"
5050
# define IS_JUPYTER
51-
# define USE_STREAM_READ_OVERRIDE
51+
//# define USE_STREAM_READ_OVERRIDE
5252
#endif

0 commit comments

Comments
 (0)