Shunz Dai

Results 4 comments of Shunz Dai

setenv("TZ", "CET-1CEST,M3.5.0,M10.5.0/3", 1); tzset(); auto now = cron::cron_next(cron::make_cron("0 30 2 * * ?"), 1711825200);// 1711762200 1711762200 < 1711825200

> setenv("TZ", "CET-1CEST,M3.5.0,M10.5.0/3", 1); tzset(); auto now = cron::cron_next(cron::make_cron("0 30 2 * * ?"), 1711825200);// 1711762200 1711762200 < 1711825200 This can be solved by moving each date.tm_isdst = -1; outside...

I tried this modification, but it didn't work ```c static esp_err_t emac_ch390_transmit(esp_eth_mac_t *mac, uint8_t *buf, uint32_t length) { esp_err_t ret = ESP_OK; emac_ch390_t *emac = __containerof(mac, emac_ch390_t, parent); /* Check...

> @ShunzDai, you tried to address the "start/stop" issue with your modification? Do I understand it correctly? yes