code style

This commit is contained in:
Links
2020-05-03 09:28:55 +02:00
parent 80b0867786
commit 9048ef9ee4
4 changed files with 25 additions and 25 deletions

View File

@@ -61,7 +61,7 @@
// moves all Header strings to Flash (~300 Byte)
//#define WEBSOCKETS_SAVE_RAM
#if defined(ESP8266)
#if defined(ESP8266)
#define WEBSOCKETS_YIELD() delay(0)
#elif defined(ESP32)
#define WEBSOCKETS_YIELD() yield()