Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Feb 14, 2024
1 parent e019291 commit 18e71d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Ground/Ground.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ uint32_t send_millis = millis();
uint32_t timeout_ms = 3000;

void setup() {

//Serial.setFIFOSize(64);
Serial.begin(115200);

Expand All @@ -21,7 +20,6 @@ void setup() {
}

void loop() {

while (Serial.available()) {
uplink_string = Serial.readStringUntil('\n');
uplink_string.trim();
Expand Down
2 changes: 1 addition & 1 deletion Main/myOpener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ void MY_OPENER::open() {
void MY_OPENER::close() {
servo1.write(30);
servo2.write(30);
}
}
2 changes: 1 addition & 1 deletion Main/myOpener.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ class MY_OPENER : public OPENER {
void init();
};

#endif // MY_OPENER_H
#endif // MY_OPENER_H

0 comments on commit 18e71d1

Please sign in to comment.