Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit b56afa3ba7 - Show all commits

View File

@ -599,7 +599,7 @@ mobile.EV = function (fstop, shutter) {
};
mobile.reset = function () {
const reset = confirm(`Reset INTVAL3 to default settings?`);
const reset = confirm(`Reset INTVAL3 to default settings and clear counter?`);
if (!reset) return false;
let opts = {
type : 'reset'
@ -617,6 +617,10 @@ mobile.resetSuccess = function () {
mobile.getState();
};
mobile.update = function () {
};
/**
* Mobile helper functions
*/