Function esp_idf_sys::sntp_set_sync_mode

source ยท
pub unsafe extern "C" fn sntp_set_sync_mode(
    sync_mode: sntp_sync_mode_t,
)
Expand description

@brief Set the sync mode

Modes allowed: SNTP_SYNC_MODE_IMMED and SNTP_SYNC_MODE_SMOOTH. @param sync_mode Sync mode.