Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
p1ne committed Jun 30, 2019
1 parent f91e4bd commit c05510e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion can-clock/Settings.h
Expand Up @@ -55,7 +55,7 @@ Settings currentSettings = {
PRESSURE_PSI, // tpmsDisplay
true, // tpmsRequest
false, // spare1
false x // spare2
false // spare2
};

WebUSB WebUSBSerial(255, "https://p1ne.github.io/fdim-controller/fdim-config/");
Expand Down
2 changes: 1 addition & 1 deletion can-clock/can-clock.ino
Expand Up @@ -15,7 +15,7 @@
#include "Service.h"
#include "Settings.h"

#define DEBUG 1
#define DEBUG 0
#undef MQ135_CONNECTED

String SAVE_MSG = "S";
Expand Down
10 changes: 0 additions & 10 deletions fdim-config/fdim.js
Expand Up @@ -81,16 +81,6 @@
return(currentRawConfig)
};

huType.onChange = constructRawConfigString();
unitsMetric.onChange = constructRawConfigString();
useRTC.onChange = constructRawConfigString();
rtcClock.onChange = constructRawConfigString();
timeZone.onChange = constructRawConfigString();
clockMode.onChange = constructRawConfigString();
tpmsDisplay.onChange = constructRawConfigString();
tpmsMode.onChange = constructRawConfigString();


function parseConfigString(configString) {
configVersion.innerText = configString.charCodeAt(0);
huType.value = configString.charCodeAt(1);
Expand Down

0 comments on commit c05510e

Please sign in to comment.