Skip to content

Commit

Permalink
revert javascript url to ui.opensprinkler.com to prepare for official…
Browse files Browse the repository at this point in the history
… release
  • Loading branch information
tonyrui committed Dec 21, 2022
1 parent 26487a1 commit af4989b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H

#define ENABLE_DEBUG // enable serial debug
//#define ENABLE_DEBUG // enable serial debug

typedef unsigned char byte;
typedef unsigned long ulong;
Expand Down Expand Up @@ -140,7 +140,7 @@ typedef unsigned long ulong;
/** Default string option values */
#define DEFAULT_PASSWORD "a6d82bced638de3def1e9bbb4983225c" // md5 of 'opendoor'
#define DEFAULT_LOCATION "42.36,-71.06" // Boston,MA
#define DEFAULT_JAVASCRIPT_URL "https://testui.opensprinkler.com/js"
#define DEFAULT_JAVASCRIPT_URL "https://ui.opensprinkler.com/js"
#define DEFAULT_WEATHER_URL "weather.opensprinkler.com"
#define DEFAULT_IFTTT_URL "maker.ifttt.com"
#define DEFAULT_OTC_SERVER "ws.cloud.openthings.io"
Expand Down

0 comments on commit af4989b

Please sign in to comment.