Skip to content

Commit

Permalink
Changed OLED library to github reference instead of submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ClutchplateDude committed May 4, 2024
1 parent 1a8478f commit fe4e3b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion esp8266-oled-ssd1306
Submodule esp8266-oled-ssd1306 deleted from 8d94a3
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib_deps =
arduino-libraries/LiquidCrystal @ ^1.0.7
lincomatic/LiquidTWI2@^1.2.7
olikraus/U8g2@^2.28.8
https://github.com/ClutchplateDude/[email protected]

[env]
extra_scripts =
Expand Down Expand Up @@ -40,7 +41,6 @@ monitor_speed = 19200
upload_speed = 115200
test_ignore = test_native
src_filter =
+<../esp8266-oled-ssd1306/src/OLEDDisplay.cpp>
+<*> -<../.git/> -<../test/>
-<*/.pio/> -<*/.platformio/> -<libs/>
src_build_flags =
Expand Down
2 changes: 1 addition & 1 deletion src/SSD1306_128x64_Display.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "./esp8266-oled-ssd1306/src/SSD1306Wire.h"
#include "SSD1306Wire.h"
#include "Utility.hpp"
#include "Version.h"
#include "fonts128x64.h"
Expand Down

0 comments on commit fe4e3b1

Please sign in to comment.