Merge pull request #2655 from adafruit/s3_reversetft
Updating s3 reverse tft factory test
This commit is contained in:
commit
64dafb0846
2 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ void setup() {
|
|||
pinMode(2, INPUT_PULLDOWN);
|
||||
}
|
||||
|
||||
uint8_t j = 0;
|
||||
int j = 0;
|
||||
|
||||
void loop() {
|
||||
bool valid_i2c[128];
|
||||
|
|
|
|||
Loading…
Reference in a new issue