1
0
Fork 0
Projet_Barbapapa_Firmware/src
trotFunky 147e51c125 Com: Make the comment length explicit
sendComment cannot send more than 62 bytes, as limited by the HID report.
Sending more is prevented by vsnprintf, but change the function signature
to make it explicit that the array passed to it should be at most 62 bytes.
2023-10-22 21:16:49 +01:00
..
Com.cpp Com: Make the comment length explicit 2023-10-22 21:16:49 +01:00
IDs.cpp IDs: Introduce ID handling functions and data 2023-10-21 18:23:43 +01:00
LCD.cpp LCD: Introduce LCD display and animations 2023-10-21 22:01:10 +01:00
main.cpp LCD: Introduce LCD display and animations 2023-10-21 22:01:10 +01:00
RFID.cpp IDs: Introduce ID handling functions and data 2023-10-21 18:23:43 +01:00