]> git.0d.be Git - PanikSwitch.git/commitdiff
do not load unused SD library main
authorFrédéric Péters <fpeters@0d.be>
Tue, 17 Oct 2023 05:02:27 +0000 (07:02 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 17 Oct 2023 05:02:27 +0000 (07:02 +0200)
PanikSwitch.ino

index 2fa0118abfc209b730b10ee6ba11fed74e47314a..95e4ee8d0fe5bf15b9201279ffa9924b527bf7fe 100644 (file)
@@ -29,7 +29,6 @@
 // include Arduino libraries
 #include <Wire.h>
 #include <SPI.h>
 // include Arduino libraries
 #include <Wire.h>
 #include <SPI.h>
-#include <SD.h>
 #include <Ethernet.h>
 #ifdef ENABLE_UDP
 #include <EthernetUdp.h>
 #include <Ethernet.h>
 #ifdef ENABLE_UDP
 #include <EthernetUdp.h>