Ferrazzi 3 лет назад
Родитель
Сommit
3ccd7e6513
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -32,8 +32,11 @@ you will need: 1 ESP8266 (I recommend ESP01 for the size) and 2 buttons.
 In this version you have to configure the sketch for ESP8266 manually, compile it and flash it.
 In this version you have to configure the sketch for ESP8266 manually, compile it and flash it.
 Edit IFTTMode.cpp file in FlipperZero-IFTTT_WiFi_Module directory and change in this line with your credential.
 Edit IFTTMode.cpp file in FlipperZero-IFTTT_WiFi_Module directory and change in this line with your credential.
 
 
+Change "triggername" and "keyID" with yours that you created before
 const char* resource = "https://maker.ifttt.com/trigger/triggername/json/with/key/keyID";
 const char* resource = "https://maker.ifttt.com/trigger/triggername/json/with/key/keyID";
-change "triggername" and "keyID" whit your 
-//insert SSID and Password in field
+
+Enter the SSID and password of your WiFi connection
 const char *ssidIFTTT = "SSID";
 const char *ssidIFTTT = "SSID";
 const char *passwordIFTTT = "password";
 const char *passwordIFTTT = "password";
+
+COMPILE AND FLASH YOUR ESP8266!!!