Browse Source

Disable EmonAnalog by default

fastled
Xose Pérez 6 years ago
parent
commit
f95e46c4b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/sensors.h

+ 1
- 1
code/espurna/config/sensors.h View File

@ -156,7 +156,7 @@
//--------------------------------------------------------------------------------
#ifndef EMON_ANALOG_SUPPORT
#define EMON_ANALOG_SUPPORT 1 // Do not build support by default
#define EMON_ANALOG_SUPPORT 0 // Do not build support by default
#endif
#define EMON_ANALOG_CURRENT_RATIO 30 // Current ratio in the clamp (30V/1A)


Loading…
Cancel
Save