Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 6, 2020
1 parent 0e7a59e commit 8b2bea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eez/index.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ struct Module {
uint8_t slotIndex = -1;
bool enabled;
uint16_t moduleRevision = 0;
bool firmareBasedModule = true;
bool firmwareInstalled = false;
bool firmwareVersionAcquired = false;
uint8_t firmwareMajorVersion = 0;
uint8_t firmwareMinorVersion = 0;
uint32_t idw0 = 0;
Expand Down

0 comments on commit 8b2bea7

Please sign in to comment.