Skip to content

Commit

Permalink
configurable i2c defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Sep 29, 2023
1 parent 9f03709 commit d1a3b56
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 @@ -240,7 +242,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 d1a3b56

Please sign in to comment.