add my MAX72XX clock driver

This commit is contained in:
openshwprojects
2023-04-02 10:05:19 +02:00
parent 122946539b
commit 677526967a
11 changed files with 426 additions and 27 deletions

View File

@ -335,7 +335,7 @@ static int http_tasmota_json_status_SNS(void* request, jsonCb_t printer, bool bA
//XR809 does not support drivers but its build script compiles many drivers including ntp.
#else
#ifndef ENABLE_BASIC_DRIVERS
#ifndef ENABLE_NTP
unsigned int NTP_GetCurrentTime() {
return 0;
}