Skip to content

Commit 1c79923

Browse files
committed
activate async only for esp8266
1 parent 01901b7 commit 1c79923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/macros.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#endif
1111
#if defined(ESP8266) | defined(CORE_TEENSY)
1212
#define typeof(x) __typeof__(x)
13+
#endif
14+
#if defined(ESP8266)
1315
#define MENU_ASYNC
1416
#define MENU_FMT_WRAPS
1517
#define MENU_IDLE_BKGND

0 commit comments

Comments
 (0)