mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:18:35 -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
|
// 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
|
// TODO: Get a black brush and test this
|
||||||
|
|
||||||
if(data->page[34].data == 0x30) {
|
if(data->page[34].data[0] == 0x30) {
|
||||||
return SonicareHeadWhite;
|
return SonicareHeadWhite;
|
||||||
} else {
|
} else {
|
||||||
return SonicareHeadUnkown;
|
return SonicareHeadUnkown;
|
||||||
|
|||||||
Reference in New Issue
Block a user