Logo
Explore Help
Register Sign In
lukas/WordClockESP
1
0
Fork 0
You've already forked WordClockESP
Code Issues 2 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
ab1c8e9ac1c8e1bdc3939f89a62a025d72a4023a
WordClockESP/lib/framework/JsonDeserializer.h

10 lines
199 B
C
Raw Normal View History

Rework backend add MQTT and WebSocket support * Update back end to add MQTT and WebSocket support * Update demo project to demonstrate MQTT and WebSockets * Update documentation to describe newly added and modified functionallity * Introduce separate MQTT pub/sub, HTTP get/post and WebSocket rx/tx classes * Significant reanaming - more accurate class names * Use PROGMEM_WWW as default * Update README documenting PROGMEM_WWW as default * Update README with API changes
2020-05-14 23:23:45 +01:00
#ifndef JsonDeserializer_h
#define JsonDeserializer_h
#include <ArduinoJson.h>
template <class T>
using JsonDeserializer = void (*)(JsonObject& root, T& settings);
#endif // end JsonDeserializer
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 24ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API