mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
i forgor --nobuild
This commit is contained in:
@@ -23,7 +23,7 @@ static SonicareHead sonicare_get_head_type(const MfUltralightData* data) {
|
||||
// page 34 byte 0 is always 0x30 for the white brushes i have, so i guess thats white
|
||||
// TODO: Get a black brush and test this
|
||||
|
||||
if(data->page[34].data == 0x30) {
|
||||
if(data->page[34].data[0] == 0x30) {
|
||||
return SonicareHeadWhite;
|
||||
} else {
|
||||
return SonicareHeadUnkown;
|
||||
|
||||
Reference in New Issue
Block a user