mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
Add maximum_compatibility boolean to devices to address redraw issues with certain hardware (#178)
This commit is contained in:
parent
bcfc62c782
commit
9578251238
5 changed files with 54 additions and 1 deletions
|
|
@ -194,6 +194,7 @@ Route::get('/display', function (Request $request) {
|
|||
'update_firmware' => $device->update_firmware,
|
||||
'firmware_url' => $device->firmware_url,
|
||||
'special_function' => $device->special_function ?? 'sleep',
|
||||
'maximum_compatibility' => $device->maximum_compatibility,
|
||||
];
|
||||
|
||||
if (config('services.trmnl.image_url_timeout')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue