mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: update device model
This commit is contained in:
parent
b0610a62b0
commit
8e47d102c0
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ Route::get('/display', function (Request $request) {
|
|||
}
|
||||
}
|
||||
|
||||
$device->refresh();
|
||||
$image_uuid = $device->current_screen_image;
|
||||
if (! $image_uuid) {
|
||||
$image_path = 'images/setup-logo.bmp';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue