Browse Source
Fix formatting of ADC_MULTIPLIER definition
pull/2164/head
Snayler
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/heltec_v3/HeltecV3Board.h
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
#ifndef PIN_ADC_CTRL // set in platformio.ini for Heltec Wireless Tracker (2)
|
|
|
|
#define PIN_ADC_CTRL 37 |
|
|
|
#endif |
|
|
|
#ifndef ADC_MULTIPLIER //default ADC multiplier
|
|
|
|
#ifndef ADC_MULTIPLIER //default ADC multiplier
|
|
|
|
#define ADC_MULTIPLIER 5.42 |
|
|
|
#endif |
|
|
|
#define PIN_ADC_CTRL_ACTIVE LOW |
|
|
|
|