Skip to content

Commit

Permalink
🎨 style: Del EEPROM, space
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsun1031 committed Mar 13, 2023
1 parent b8d9dc0 commit 7f84fd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <Arduino.h>
#include <EEPROM.h>

#include "components/module.h"
#include "components/setting.h"
Expand Down Expand Up @@ -50,7 +49,7 @@ void setup() {
// delay(1000);
// xTaskCreatePinnedToCore(Task1code, "Task1", 1024, NULL, 1, &Task1, 1);
// delay(500);

// xTaskCreatePinnedToCore(Task2code, "Task2", 10000, NULL, 1, &Task2, 1);
// delay(500);
}
Expand Down

0 comments on commit 7f84fd5

Please sign in to comment.