update to start with millis reporting

This commit is contained in:
2019-11-27 19:39:06 +01:00
parent c367091adf
commit 629e5017ac
4 changed files with 98 additions and 34 deletions

View File

@@ -9,6 +9,16 @@ struct Settings {
time_t now;
/*
* Modules will plug in to this thing via function pointers
*/
// see also http://www.gammon.com.au/forum/?id=12607
//void module_message(const String& shorttopic, const String& message) { //@@@@FIXME@@@@ instead of brightness, adjust mode?
//void module_message(const String& shorttopic, const String& message) {
//
//}
/*
* Debugging might be nice sometimes
*/