Trunk variants

This commit is contained in:
Ben Meadors
2024-05-31 11:18:06 -05:00
parent eddda3ca43
commit 4fa2427b8c
4 changed files with 10 additions and 9 deletions
@@ -34,7 +34,7 @@
#define BATTERY_PIN 1 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
#define ADC_CHANNEL ADC1_GPIO1_CHANNEL
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5 // lower dB for high resistance voltage divider
#define ADC_MULTIPLIER 4.9*1.045
#define ADC_MULTIPLIER 4.9 * 1.045
#undef GPS_RX_PIN
#undef GPS_TX_PIN