-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,21 @@ | |
|
||
/** | ||
* WiiScale - Email Relay | ||
* | ||
* Use a WiiFit Balance Board as 'Smart Scale' and have it automatically sync with FitBit & Apple Health. | ||
* | ||
* Instructions: https://github.com/theshka/WiiScale-EmailRelay | ||
* @author Tyler Heshka | ||
* @link https://keybase.io/theshka | ||
* @example https://github.com/theshka/WiiScale-EmailRelay | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 0.0.0 | ||
*/ | ||
|
||
/** | ||
* Settings | ||
*/ | ||
|
||
// Set your timemzone: http://php.net/manual/en/timezones.php | ||
date_default_timezone_set('Canada/Eastern'); | ||
|
||
// The email address you actived on IFTTT email channel. | ||
define("FROM_EMAIL", "[email protected]"); | ||
|
||
|
||
/** | ||
* /No need to edit anything below... | ||
|