Skip to content

Commit 4774c62

Browse files
committed
changed VBAT definition for production of 3G variant
1 parent 81b18a5 commit 4774c62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: sam/1.0.5/variants/geolink_opentracker/variant.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,11 @@ static const uint8_t CANTX = 33;
249249
#define PIN_C_IN1_PD 38
250250
#define PIN_C_IN2_PD 39
251251
#define ANALOG_VREF 3.31
252-
#define MODEM_VBAT 4.36
253252
#if (OPENTRACKER_HW_REV == 0x0250)
253+
#define MODEM_VBAT 4.10
254254
#define MODEM_UG96 1
255255
#else
256+
#define MODEM_VBAT 4.36
256257
#define MODEM_M95 1
257258
#endif
258259
#endif

0 commit comments

Comments
 (0)