Trunk fmt
This commit is contained in:
@@ -33,10 +33,8 @@
|
||||
// #define SCREEN_TRANSITION_FRAMERATE 5
|
||||
#define BRIGHTNESS_DEFAULT 100 // Medium Low Brightnes
|
||||
|
||||
|
||||
// #define SLEEP_TIME 120
|
||||
|
||||
|
||||
/*
|
||||
* SPI interfaces
|
||||
*/
|
||||
@@ -53,7 +51,7 @@
|
||||
#define ADC_CTRL_ENABLED HIGH
|
||||
#define BATTERY_PIN 6
|
||||
#define ADC_CHANNEL ADC1_GPIO6_CHANNEL
|
||||
#define ADC_MULTIPLIER 4.9*1.03 // Voltage divider is roughly 1:1
|
||||
#define ADC_MULTIPLIER 4.9 * 1.03 // Voltage divider is roughly 1:1
|
||||
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5 // Voltage divider output is quite high
|
||||
|
||||
#define USE_SX1262
|
||||
|
||||
Reference in New Issue
Block a user