mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 23:00:53 +03:00
Update LogDownloader
This commit is contained in:
14
tools/logfile-tool/Gasmeter_Value_History.dpr
Normal file
14
tools/logfile-tool/Gasmeter_Value_History.dpr
Normal file
@@ -0,0 +1,14 @@
|
||||
program Gasmeter_Value_History;
|
||||
|
||||
uses
|
||||
Vcl.Forms,
|
||||
uMain in 'uMain.pas' {Form1};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
Reference in New Issue
Block a user