Skip to content

Commit 61ebd41

Browse files
authored
Delay after Si4732 POWER_ON: 50ms
1 parent 45090c5 commit 61ebd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ats-mini/ats-mini.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void setup()
121121
// Enable SI4732 VDD
122122
pinMode(PIN_POWER_ON, OUTPUT);
123123
digitalWrite(PIN_POWER_ON, HIGH);
124-
delay(100);
124+
delay(50);
125125

126126
// The line below may be necessary to setup I2C pins on ESP32
127127
Wire.begin(ESP32_I2C_SDA, ESP32_I2C_SCL);

0 commit comments

Comments
 (0)