Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 11, 2022
1 parent d90bf40 commit f9eca35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lib_deps =
adafruit/Adafruit LiquidCrystal@^1.1.0
adafruit/Adafruit GFX Library @ ^1.11.3
adafruit/Adafruit SSD1306 @ ^2.5.7
#adafruit/Adafruit MAX31856 library @ ^1.2.5
#adafruit/Adafruit MAX31856 library @ ^1.2.5 // because I dont' have this one...
adafruit/Adafruit MAX31855 library @ ^1.4.0


Expand Down
5 changes: 5 additions & 0 deletions src/main.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#ifndef MAIN_H
#define MAIN_H


#endif

0 comments on commit f9eca35

Please sign in to comment.