Skip to content

Commit

Permalink
default password - limit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Sheykhot committed Jul 29, 2015
1 parent e2410f4 commit 017c2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Opentracker_3_0_1/settings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void settings_load()
debug_print(F("settings_load(): set config.interval:"));
debug_print(config.interval);
debug_print(config.apn);


dueFlashStorage.write(STORAGE_FIRST_RUN_PAGE,1); //set first run flag
settings_save(); //save settings
Expand Down
2 changes: 1 addition & 1 deletion Opentracker_3_0_1/tracker.h.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define INTERVAL 10000 //how often to collect data (milli sec, 600000 - 10 mins)
#define INTERVAL_SEND 1 //how many times to collect data before sending (times), sending interval interval*interval_send (4 default)
#define POWERSAVE 0 //enable powersaving (turn off modem, gps on every loop)
#define KEY "cSQ88qShwC3V" //key for connection, will be sent with every data transmission
#define KEY "cSQ88qShwC3" //key for connection, will be sent with every data transmission - max 12 chars
#define DATA_LIMIT 2500 //current data limit, data collected before sending to remote server can not exceed this
#define SMS_KEY "pass" //default password for SMS auth

Expand Down

0 comments on commit 017c2d5

Please sign in to comment.