We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b817e9b commit de322e7Copy full SHA for de322e7
driver/sccb-ng.c
@@ -152,7 +152,7 @@ int SCCB_Use_Port(int i2c_num)
152
return ESP_ERR_INVALID_ARG;
153
}
154
sccb_i2c_port = i2c_num;
155
-
+ sccb_owns_i2c_port = false; // in this case, camera doesn't own the i2c port
156
return ESP_OK;
157
158
driver/sccb.c
@@ -81,6 +81,7 @@ int SCCB_Use_Port(int i2c_num) { // sccb use an already initialized I2C port
81
82
83
84
85
86
87
0 commit comments