/* * ESP8266 RGBW controller * Copyright 2020 (c) Mark van Renswoude * * https://git.x2software.net/pub/RGBWifi */ #ifndef __charproperties #define __charproperties #include void assignChar(char** field, const char* newValue); bool sameStr(const char* value1, const char* value2); #endif