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
when i use flash sizes greater than a 16bit int, the eeprom methods though warning. is not ciritcal because when you use flash instead eeprom this methods shouldn't use.
<command-line>: warning: unsigned conversion from 'int' to 'uint16_t' {aka 'short unsigned int'} changes value from '1044480' to '61440' [-Woverflow]
lib\knx\src\knx\platform.cpp:144:32: note: in expansion of macro 'KNX_FLASH_SIZE'
144 | return getEepromBuffer(KNX_FLASH_SIZE);```
The text was updated successfully, but these errors were encountered:
Hi
when i use flash sizes greater than a 16bit int, the eeprom methods though warning. is not ciritcal because when you use flash instead eeprom this methods shouldn't use.
The text was updated successfully, but these errors were encountered: