Function definitions in func_declare.h

Significantly reducing number of header files
This commit is contained in:
cschwinne 2020-03-31 02:38:08 +02:00
parent 470b4b3972
commit 6268cadc95
47 changed files with 759 additions and 890 deletions

View file

@ -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)
{