mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix formatting of ADC_MULTIPLIER definition
This commit is contained in:
parent
4b25f0a3df
commit
bfdd5fb571
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue