mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-13 00:18:37 +00:00
Function definitions in func_declare.h
Significantly reducing number of header files
This commit is contained in:
parent
470b4b3972
commit
6268cadc95
47 changed files with 759 additions and 890 deletions
|
@ -1,7 +1,8 @@
|
|||
#include "json.h"
|
||||
#include "wled.h"
|
||||
#include "wled_eeprom.h"
|
||||
#include "led.h"
|
||||
|
||||
/*
|
||||
* JSON API (De)serialization
|
||||
*/
|
||||
|
||||
void deserializeSegment(JsonObject elem, byte it)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue