2022-10-27 19:07:07 +02:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2019-03-02 02:12:11 +08:00
|
|
|
|
2022-10-27 19:07:07 +02:00
|
|
|
#pragma once
|
2019-03-02 02:12:11 +08:00
|
|
|
|
2022-10-27 19:07:07 +02:00
|
|
|
#warning "sntp.h in IDF's lwip port folder is deprecated. Please include esp_sntp.h"
|
2019-03-02 02:12:11 +08:00
|
|
|
/*
|
2021-01-13 10:28:34 +08:00
|
|
|
* This header is provided only for compatibility reasons for existing
|
|
|
|
* applications which directly include "sntp.h" from the IDF default paths.
|
2022-10-27 19:07:07 +02:00
|
|
|
* and will be removed in IDF v6.0.
|
2021-01-13 10:28:34 +08:00
|
|
|
* It is recommended to use "esp_sntp.h" from IDF's lwip port folder
|
2019-12-20 18:26:23 +08:00
|
|
|
*/
|
2021-01-13 10:28:34 +08:00
|
|
|
#include "esp_sntp.h"
|