Skip to content

Commit

Permalink
installer created
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Schwartz committed Sep 2, 2019
1 parent bbe5ce7 commit a8a1e63
Show file tree
Hide file tree
Showing 8 changed files with 3,757 additions and 2 deletions.
540 changes: 540 additions & 0 deletions firmware-archive/distribution.hex

Large diffs are not rendered by default.

532 changes: 532 additions & 0 deletions firmware-archive/pxiID_2390D.hex

Large diffs are not rendered by default.

532 changes: 532 additions & 0 deletions firmware-archive/pxi_2390N.hex

Large diffs are not rendered by default.

523 changes: 523 additions & 0 deletions firmware-archive/pxi_FCPSON.hex

Large diffs are not rendered by default.

540 changes: 540 additions & 0 deletions firmware-archive/rackLocation.hex

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions firmware-archive/rackLocationFCPSON.hex

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions firmware-archive/rackLocationLOANER.hex

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void cmd_get_eeprom(SerialCommands* sender) {

} else if (strcmp(option, "installed_scripts") == 0) {
sender->GetSerial()->println("Scripts currently installed:");
for (unsigned int i = 0; i < sizeof(installedScripts); i++) {
for (int i = 0; i < sizeof(installedScripts); i++) {
sender->GetSerial()->println(installedScripts[i]);
}

Expand Down Expand Up @@ -105,7 +105,7 @@ void onFinished() {
serial_commands_.ReadSerial();
}
}

else {

if (SCRIPT == "pxi") {
Expand Down

0 comments on commit a8a1e63

Please sign in to comment.