diff options
Diffstat (limited to 'include/dissect.h')
-rw-r--r-- | include/dissect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dissect.h b/include/dissect.h index 3b347de..e2ddc02 100644 --- a/include/dissect.h +++ b/include/dissect.h @@ -40,6 +40,8 @@ public: std::stringstream out; + // FIXME use values from firmware (possibly generate separate + // header automatically) std::string status[4]; status[0] = " STATUS_READY"; status[1]= " STATUS_BUSY"; |