mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
Corrected the Trunk Problem
This commit is contained in:
parent
1fe230a065
commit
8c7ee1a7bb
@ -35,9 +35,8 @@ Board Information: https://wiki.uniteng.com/en/meshtastic/station-g2
|
|||||||
#define SX126X_DIO2_AS_RF_SWITCH
|
#define SX126X_DIO2_AS_RF_SWITCH
|
||||||
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
|
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
|
||||||
|
|
||||||
#define SX126X_MAX_POWER \
|
// Ensure the PA does not exceed the saturation output power. More Info:https://wiki.uniteng.com/en/meshtastic/station-g2#summary-for-lora-power-amplifier-conduction-test
|
||||||
19 // Ensure the PA does not exceed the saturation output power. More
|
#define SX126X_MAX_POWER 19
|
||||||
// Info:https://wiki.uniteng.com/en/meshtastic/station-g2#summary-for-lora-power-amplifier-conduction-test
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BATTERY_PIN 4 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
|
#define BATTERY_PIN 4 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
|
||||||
@ -49,4 +48,4 @@ Board Information: https://wiki.uniteng.com/en/meshtastic/station-g2
|
|||||||
#define BAT_CHARGINGVOLT 8400
|
#define BAT_CHARGINGVOLT 8400
|
||||||
#define BAT_NOBATVOLT 4460
|
#define BAT_NOBATVOLT 4460
|
||||||
#define CELL_TYPE_LION // same curve for liion/lipo
|
#define CELL_TYPE_LION // same curve for liion/lipo
|
||||||
#define NUM_CELLS 2
|
#define NUM_CELLS 2
|
||||||
|
Loading…
Reference in New Issue
Block a user