-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
thanks for this.
i have the same board and it returns :
In file included from C:\Users\e-anna\Documents\Arduino\Esp32-4.3LCD\DRUM_2024_V2\DRUM_2024_V2.ino:70:
C:\Users\e-anna\Documents\Arduino\Esp32-4.3LCD\DRUM_2024_V2\tablesESP32_E.h:834:9: error: narrowing conversion of '128' from 'int' to 'signed char' [-Wnarrowing]
834 | 128, //0
| ^~~
C:\Users\e-anna\Documents\Arduino\Esp32-4.3LCD\DRUM_2024_V2\DRUM_2024_V2.ino: In function 'void setup()':
C:\Users\e-anna\Documents\Arduino\Esp32-4.3LCD\DRUM_2024_V2\DRUM_2024_V2.ino:704:10: error: 'class umodular::clock::uClockClass' has no member named 'setOnSync24'; did you mean 'setOnSync'?
704 | uClock.setOnSync24(onSync24Callback);
| ^~~~~~~~~~~
| setOnSync
exit status 1
Compilation error: narrowing conversion of '128' from 'int' to 'signed char' [-Wnarrowing]
can explain me what is the problem ?
thanks