aqhome-tool: started working on flash module

This commit is contained in:
Martin Preuss
2023-04-20 00:43:35 +02:00
parent c65bd60bc5
commit 6f5ab3b0b8
5 changed files with 412 additions and 2 deletions

20
apps/aqhome-tool/flash.h Normal file
View File

@@ -0,0 +1,20 @@
/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2023 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
****************************************************************************/
#ifndef AQHOME_TOOL_FLASH_H
#define AQHOME_TOOL_FLASH_H
#include <gwenhywfar/db.h>
int AQH_Tool_Flash(GWEN_DB_NODE *dbArgs, int argc, char **argv);
#endif