Skip to content

Commit

Permalink
remove the code for esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
horihiro committed Jun 6, 2018
1 parent 133f185 commit d697773
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/esp32/SimpleUsage/SimpleUsage.ino
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#ifdef ARDUINO_ARCH_ESP8266
#include <ESP8266WiFi.h>
#endif

#ifdef ARDUINO_ARCH_ESP32
#include <WiFi.h>
#endif
#include <esp8266-google-home-notifier.h>

const char* ssid = "<REPLASE_YOUR_WIFI_SSID>";
Expand Down

0 comments on commit d697773

Please sign in to comment.