Skip to content

Commit

Permalink
Merge pull request ESPWortuhr#442 from dbambus/main
Browse files Browse the repository at this point in the history
Unnecessary lib and rep removed
  • Loading branch information
dbambus committed Sep 14, 2024
2 parents d7d5172 + 21bd489 commit fa7b7f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ lib_deps =
adafruit/RTClib@^1.11.2
knolleary/PubSubClient@^2.8.0
https://github.com/tzapu/WiFiManager#v2.0.17
bbx10/DNSServer@^1.1.0
extra_scripts = pre:extra_scripts.py
1 change: 0 additions & 1 deletion src/Wortuhr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <ESP8266WebServer.h>
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <Hash.h>
#include <NeoPixelBus.h>
#include <RTClib.h>
#include <WiFiClient.h>
Expand Down

0 comments on commit fa7b7f0

Please sign in to comment.