Skip to content

Commit bfdd5fb

Browse files
authored
Fix formatting of ADC_MULTIPLIER definition
1 parent 4b25f0a commit bfdd5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/heltec_v3/HeltecV3Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef PIN_ADC_CTRL // set in platformio.ini for Heltec Wireless Tracker (2)
1212
#define PIN_ADC_CTRL 37
1313
#endif
14-
#ifndef ADC_MULTIPLIER //default ADC multiplier
14+
#ifndef ADC_MULTIPLIER //default ADC multiplier
1515
#define ADC_MULTIPLIER 5.42
1616
#endif
1717
#define PIN_ADC_CTRL_ACTIVE LOW

0 commit comments

Comments
 (0)