Skip to content

Commit

Permalink
Add a version number for Arduino IDE builds.
Browse files Browse the repository at this point in the history
Add links to EspTouch apps.
  • Loading branch information
CelliesProjects committed Feb 10, 2020
1 parent 30d682d commit 000433c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aquacontrol32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
#include "ledState.h"

const char * wifi_network = ""; /* Change your WiFi username and password before compiling! */
const char * wifi_password = "";

const char * wifi_password = ""; /* Or use https://github.com/EspressifApp/EsptouchForAndroid/releases/latest for Android phones */
/* Or use https://github.com/EspressifApp/EsptouchForIOS/releases/tag/v1.0.0 for iPhones */
#include "deviceSetup.h"
#include "devicePinSetup.h"

#if GIT_TAG
#include "gitTagVersion.h"
#else
const char * sketchVersion = "aquacontrol32";
const char * sketchVersion = "v1.6.5-master-Arduino";
#endif

/**************************************************************************
Expand Down

0 comments on commit 000433c

Please sign in to comment.