You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@per1234 i tried that branch but still no luck. having compiler issues on the Teensy4.0:
In file included from lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:203:0:
C:\Users\ganna\.platformio\packages\framework-arduinoteensy\libraries\Time/time.h:1:2: warning: #warning "Please include TimeLib.h, not Time.h. Future versions will remove Time.h" [-Wcpp]
#warning "Please include TimeLib.h, not Time.h. Future versions will remove Time.h"
^
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c: In function 'br_x509_minimal_run':
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:1403:3: error: unknown type name 'time_t'
time_t x = time(NULL);
^
lib\ArduinoBearSSL\src\bearssl\x509_minimal.c:1403:14: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
time_t x = time(NULL);
is there a possibility that we have an ethernet connection handler? I am working on a project that uses teensy4 and Wiz850 Ethernet module
The text was updated successfully, but these errors were encountered: