button on index to get FW-Version

This commit is contained in:
Andreas Schiffler 2022-08-17 11:30:18 +02:00
parent e8524961c5
commit 458639b648
6 changed files with 25 additions and 11 deletions

View file

@ -19,7 +19,8 @@ class HmSystem {
RadioType Radio;
typedef BUFFER BufferType;
BufferType BufCtrl;
InfoCmdType InfoCmd;
InfoCmdType NextInfoCmd; // For cmd-queue FIFO with one place
InfoCmdType InfoCmd; // For cmd-queue FIFO with one place
//DevControlCmdType DevControlCmd;
HmSystem() {