Page 2 of 2

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 2:07 pm
by lucibel
oh Yes thx !

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 3:04 pm
by BenR
What errors are you getting with the latest version?

I have removed the need for the supplementary code in the latest version so maybe that's causing the problem if the time variable is being declared twice?

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 4:46 pm
by lucibel
I'm just back.
I will check now

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 4:57 pm
by lucibel
do I need to remove the complete code ?

Code: Select all

#include "esp_sntp.h"
void time_sync_notification_cb(struct timeval *tv)
{
    ESP_LOGI(TAG, "Notification of a time synchronization event");
}

time_t now;
struct tm timeinfo;

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 5:05 pm
by BenR
Hi Seb,

Yes none of it should be required so you can try and comment it all out with some

/*
code
*/

Or simply uncheck the use supplementary code tickbox in the project options.

Re: How to know which modification are done on components?

Posted: Wed Feb 09, 2022 6:38 pm
by lucibel
Supplementary code disable with RTC_ESP32_NTP V4 Build failed
ESP32_V4.2.2.msg.txt
(107.33 KiB) Downloaded 239 times
Supplementary code enable with RTC_ESP32_NTP V3 Build Ok
ESP32_V4.2.2.msg1.txt
(101.22 KiB) Downloaded 244 times

Re: How to know which modification are done on components?

Posted: Tue Feb 15, 2022 4:17 pm
by lucibel
Hi ben,
Did you check what is the problem with new version of RTC_ESP32_NTP ?
Please check you MP. thx

Re: How to know which modification are done on components?

Posted: Thu Feb 24, 2022 3:26 pm
by lucibel
no news about RTC ESP32 NTP.fcpx V4 issue ?