Skip to content

Commit

Permalink
setup hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jun 16, 2018
1 parent c2afccb commit 80a4b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/hw_layer/sensors/CJ125.cpp
Expand Up @@ -136,7 +136,7 @@ static float getUr() {

static float getUa() {
if (CONFIG(cj125ua) != EFI_ADC_NONE)
return getVoltageDivided("cj125ua", CONFIG(cj125ua));
return getVoltage("cj125ua", CONFIG(cj125ua));
return 0.0f;
}

Expand Down Expand Up @@ -467,7 +467,7 @@ static msg_t cjThread(void) {
cjSetMode(lambda > 1.0f ? CJ125_MODE_NORMAL_17 : CJ125_MODE_NORMAL_8);
#endif

#if 0
#if 1
// Update console output variables
cjPostState(&tsOutputChannels);
#endif
Expand Down

0 comments on commit 80a4b19

Please sign in to comment.