How to know which modification are done on components?

Post and discuss new components that you have created.
lucibel
Posts: 172
http://meble-kuchenne.info.pl
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post by lucibel »

oh Yes thx !
Seb

BenR
Matrix Staff
Posts: 1706
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

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

Post 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?

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post by lucibel »

I'm just back.
I will check now
Seb

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post 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;
Seb

BenR
Matrix Staff
Posts: 1706
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

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

Post 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.

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post by lucibel »

Supplementary code disable with RTC_ESP32_NTP V4 Build failed
ESP32_V4.2.2.msg.txt
(107.33 KiB) Downloaded 237 times
Supplementary code enable with RTC_ESP32_NTP V3 Build Ok
ESP32_V4.2.2.msg1.txt
(101.22 KiB) Downloaded 242 times
Seb

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post by lucibel »

Hi ben,
Did you check what is the problem with new version of RTC_ESP32_NTP ?
Please check you MP. thx
Seb

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

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

Post by lucibel »

no news about RTC ESP32 NTP.fcpx V4 issue ?
Seb

Post Reply