Skip to content

Commit

Permalink
adds debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
bytecod3 committed Aug 12, 2024
1 parent 110f03a commit b77ed37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions n4-flight-software/data-logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import csv

import atexit


port = "COM4"
baud_rate = 115200

Expand Down
Binary file added n4-flight-software/src/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions n4-flight-software/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void InitSPIFFS() {
debugln("SPIFFS mount failed"); // TODO: Set a flag for test GUI
return;
} else {
debugln("<SPIFFS init success>");
debugln("SPIFFS init success");
}
}

Expand Down Expand Up @@ -1224,7 +1224,7 @@ void setup(){
InitSPIFFS();

/* mode 0 resets the system log file by clearing all the current contents */
system_logger.logToFile(SPIFFS, 0, rocket_ID, level, system_log_file, "Game Time!");
// system_logger.logToFile(SPIFFS, 0, rocket_ID, level, system_log_file, "Game Time!"); // TODO: DEBUG

debugln();
debugln(F("=============================================="));
Expand Down
2 changes: 2 additions & 0 deletions n4-flight-software/src/pin_assignment.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Flight computer pin assignment

0 comments on commit b77ed37

Please sign in to comment.