Closed
Description
Using Tasmota on Arduino core stage after merge #6993 I lost sntp functionality and compilation fails with Undefined References to the once documented SNTP API calls by espressif:
- sntp_get_real_time
- sntp_get_current_timestamp
- sntp_set_timezone
I guess some functionality has been dropped...
For sntp_get_real_time I'll make a workaround saving 1k code space anyway. The others still break compilation