create separate folder for arduino and espidf
This commit is contained in:
parent
bc3989f111
commit
a5e0f81930
22 changed files with 0 additions and 0 deletions
9
SourceCode/esp-idf/include/common/theSNTP.h
Normal file
9
SourceCode/esp-idf/include/common/theSNTP.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SNTP_H
|
||||
#define SNTP_H
|
||||
|
||||
#include "esp_sntp.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
void setup_sntp();
|
||||
|
||||
#endif
|
Reference in a new issue