mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
update: signalize ofgwrite's start in VFD
Origin commit data
------------------
Commit: d4e3ad43ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-09-05 (Thu, 05 Sep 2019)
Origin message was:
------------------
- update: signalize ofgwrite's start in VFD
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <neutrino_menue.h>
|
||||
#include <mymenu.h>
|
||||
|
||||
#include <driver/display.h>
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/rcinput.h>
|
||||
#include <driver/screen_max.h>
|
||||
@@ -749,7 +750,11 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
dprintf(DEBUG_NORMAL, "[update] calling %s %s %s %s\n", ofgwrite_caller.c_str(), g_settings.update_dir.c_str(), filename.c_str(), ofgwrite_options.c_str());
|
||||
#ifndef DRYRUN
|
||||
if (flashing)
|
||||
{
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8);
|
||||
CVFD::getInstance()->showMenuText(0, "ofgwrite Flashing Tool", -1, true);
|
||||
my_system(4, ofgwrite_caller.c_str(), g_settings.update_dir.c_str(), filename.c_str(), ofgwrite_options.c_str());
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: fix osd-flickering
|
||||
|
Reference in New Issue
Block a user