Merge t-echo display support (currently non-scaled)

This commit is contained in:
jacob.eva 2024-10-11 19:58:36 +01:00
parent 2be8fa407d
commit afce928149
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
51 changed files with 852 additions and 864 deletions

View file

@ -324,7 +324,8 @@ bool device_init() {
}
#else
// Skip hash comparison and checking BT
return true;
device_init_done = true;
return device_init_done;
#endif
}
#endif