diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 704cb70c0e..439afdea3b 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -85,3 +85,15 @@ Q(OUT_OD) Q(PULL_NONE) Q(PULL_UP) Q(PULL_DOWN) + +// RTC +Q(RTC) +Q(datetime) +Q(memory) + +// utime +Q(utime) +Q(localtime) +Q(mktime) +Q(sleep) +Q(time) |