WLED 0.15.0-b7 release
- fix for #4172 - fix for #4230 - /json/live enabled when WS disabled
This commit is contained in:
		| @@ -3,12 +3,12 @@ | ||||
| /* | ||||
|    Main sketch, global variable declarations | ||||
|    @title WLED project sketch | ||||
|    @version 0.15.0-b6 | ||||
|    @version 0.15.0-b7 | ||||
|    @author Christian Schwinne | ||||
|  */ | ||||
|  | ||||
| // version code in format yymmddb (b = daily build) | ||||
| #define VERSION 2410260 | ||||
| #define VERSION 2410270 | ||||
|  | ||||
| //uncomment this if you have a "my_config.h" file you'd like to use | ||||
| //#define WLED_USE_MY_CONFIG | ||||
| @@ -36,12 +36,13 @@ | ||||
|   #undef WLED_ENABLE_ADALIGHT      // disable has priority over enable | ||||
| #endif | ||||
| //#define WLED_ENABLE_DMX          // uses 3.5kb | ||||
| //#define WLED_ENABLE_JSONLIVE     // peek LED output via /json/live (WS binary peek is always enabled) | ||||
| #ifndef WLED_DISABLE_LOXONE | ||||
|   #define WLED_ENABLE_LOXONE       // uses 1.2kb | ||||
| #endif | ||||
| #ifndef WLED_DISABLE_WEBSOCKETS | ||||
|   #define WLED_ENABLE_WEBSOCKETS | ||||
| #else | ||||
|   #define WLED_ENABLE_JSONLIVE     // peek LED output via /json/live (WS binary peek is always enabled) | ||||
| #endif | ||||
|  | ||||
| //#define WLED_DISABLE_ESPNOW      // Removes dependence on esp now | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Blaž Kristan
					Blaž Kristan