mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: proxy firmware update & url through to device
This commit is contained in:
parent
f74d36e40d
commit
3906747b1a
2 changed files with 19 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ Route::get('/display', function (Request $request) {
|
|||
'filename' => $filename,
|
||||
'refresh_rate' => $device->default_refresh_interval,
|
||||
'reset_firmware' => false,
|
||||
'update_firmware' => false,
|
||||
'firmware_url' => null,
|
||||
'update_firmware' => $device->update_firmware,
|
||||
'firmware_url' => $device->firmware_url,
|
||||
'special_function' => 'sleep',
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue