Skip to content

Commit

Permalink
adjust adc for rak11310 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
quimnut committed Apr 21, 2024
1 parent 4a48a3f commit 7772d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/rak11310/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define BATTERY_PIN 26
#define BATTERY_SENSE_RESOLUTION_BITS ADC_RESOLUTION
// ratio of voltage divider = 3.0 (R17=200k, R18=100k)
#define ADC_MULTIPLIER 3.1 // 3.0 + a bit for being optimistic
#define ADC_MULTIPLIER 1.84

#define DETECTION_SENSOR_EN 28

Expand Down Expand Up @@ -47,4 +47,4 @@
// DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
#define SX126X_DIO2_AS_RF_SWITCH
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
#endif
#endif

0 comments on commit 7772d2a

Please sign in to comment.