Skip to content

Commit

Permalink
Merge pull request #5 from ExpressLRS/i2c-defaults-for-superp
Browse files Browse the repository at this point in the history
Configurable I2C defaults for BetaFPV Super-P
  • Loading branch information
JyeSmith authored Nov 4, 2023
2 parents dd01c37 + d1a3b56 commit 912ec7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
"pwm_outputs":[13,15,2,0,4,9,10,5,18,23,19,22,3,1],
"vbat_offset": 18,
"vbat_scale": 1284,
"vbat_atten": 7
"vbat_atten": 7,
"i2c_scl": 19,
"i2c_sda": 22
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
Expand Down Expand Up @@ -261,7 +263,9 @@
"radio_dcdc": true,
"vbat_offset": 18,
"vbat_scale": 1284,
"vbat_atten": 7
"vbat_atten": 7,
"i2c_scl": 19,
"i2c_sda": 22
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
Expand Down

0 comments on commit 912ec7b

Please sign in to comment.