2022-10-27 13:07:07 -04:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2019-03-01 13:12:11 -05:00
|
|
|
|
2022-10-27 13:07:07 -04:00
|
|
|
#pragma once
|
2019-03-01 13:12:11 -05:00
|
|
|
|
2022-10-27 13:07:07 -04:00
|
|
|
#warning "sntp.h in IDF's lwip port folder is deprecated. Please include esp_sntp.h"
|
2019-03-01 13:12:11 -05:00
|
|
|
/*
|
2021-01-12 21:28:34 -05: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 13:07:07 -04:00
|
|
|
* and will be removed in IDF v6.0.
|
2021-01-12 21:28:34 -05:00
|
|
|
* It is recommended to use "esp_sntp.h" from IDF's lwip port folder
|
2019-12-20 05:26:23 -05:00
|
|
|
*/
|
2021-01-12 21:28:34 -05:00
|
|
|
#include "esp_sntp.h"
|