mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-08 15:32:48 +00:00
Remove the 32K crystal oscillator option for the Wireless Paper and Vision Master series.
This commit is contained in:
parent
31bfc2ccd6
commit
a620674b3a
@ -31,7 +31,6 @@
|
|||||||
#define ADC_CHANNEL ADC1_GPIO7_CHANNEL
|
#define ADC_CHANNEL ADC1_GPIO7_CHANNEL
|
||||||
#define ADC_MULTIPLIER 4.9 * 1.03
|
#define ADC_MULTIPLIER 4.9 * 1.03
|
||||||
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5
|
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5
|
||||||
#define HAS_32768HZ
|
|
||||||
|
|
||||||
// LoRa
|
// LoRa
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#define ADC_CHANNEL ADC1_GPIO7_CHANNEL
|
#define ADC_CHANNEL ADC1_GPIO7_CHANNEL
|
||||||
#define ADC_MULTIPLIER 4.9 * 1.03
|
#define ADC_MULTIPLIER 4.9 * 1.03
|
||||||
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5
|
#define ADC_ATTENUATION ADC_ATTEN_DB_2_5
|
||||||
#define HAS_32768HZ
|
|
||||||
|
|
||||||
// LoRa
|
// LoRa
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
#define ADC_CHANNEL ADC1_GPIO6_CHANNEL
|
#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 ADC_ATTENUATION ADC_ATTEN_DB_2_5 // Voltage divider output is quite high
|
||||||
#define HAS_32768HZ
|
|
||||||
|
|
||||||
// LoRa
|
// LoRa
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#define ADC_MULTIPLIER 2 // Voltage divider is roughly 1:1
|
#define ADC_MULTIPLIER 2 // Voltage divider is roughly 1:1
|
||||||
#define BAT_MEASURE_ADC_UNIT 2 // Use ADC2
|
#define BAT_MEASURE_ADC_UNIT 2 // Use ADC2
|
||||||
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // Voltage divider output is quite high
|
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // Voltage divider output is quite high
|
||||||
#define HAS_32768HZ
|
|
||||||
#define ADC_CTRL_ENABLED LOW
|
#define ADC_CTRL_ENABLED LOW
|
||||||
|
|
||||||
#define NO_EXT_GPIO 1
|
#define NO_EXT_GPIO 1
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#define ADC_MULTIPLIER 2 // Voltage divider is roughly 1:1
|
#define ADC_MULTIPLIER 2 // Voltage divider is roughly 1:1
|
||||||
#define BAT_MEASURE_ADC_UNIT 2 // Use ADC2
|
#define BAT_MEASURE_ADC_UNIT 2 // Use ADC2
|
||||||
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // Voltage divider output is quite high
|
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // Voltage divider output is quite high
|
||||||
#define HAS_32768HZ
|
|
||||||
#define ADC_CTRL_ENABLED LOW
|
#define ADC_CTRL_ENABLED LOW
|
||||||
|
|
||||||
#define NO_EXT_GPIO 1
|
#define NO_EXT_GPIO 1
|
||||||
|
Loading…
Reference in New Issue
Block a user