@ -260,27 +260,26 @@ Set flicker signal output according to WiFi connection status during AutoConnect
<dt>**Type**</dt>
<dd>bool</dd>
<dt>**Value**</dt>
<dd><spanclass="apidef">true</span><spanclass="apidesc">Output the flicker signal while [AutoConnect::begin](api.md#begin) operation. The **AUTOCONNECT_TICKER_PORT** macro in the `AutoConnectDefs.h` header file assigns pins for signal output. The default pin is arduino valiant's LED_BUILTIN. For boards without the LED\_BUILTIN pin, assume pin #2.</span></dd>
<dd><spanclass="apidef">true</span><spanclass="apidesc">Output the flicker signal while [AutoConnect::begin](api.md#begin) operation. The **AUTOCONNECT_TICKER_PORT** macro in the `AutoConnectDefs.h` header file assigns pins for signal output. The default pin is arduino valiant's LED_BUILTIN. For boards without the LED_BUILTIN pin, assume pin #2.</span></dd>
<dd><spanclass="apidef">false</span>No flicker signal output.<spanclass="apidesc"></span></dd>
</dl>
### <iclass="fa fa-caret-right"></i> tickerPort
Specifies the GPIO port number to output the flicker signal of the ticker. The default assumes on the board dependent definition **LED\_BUILTIN** macro redefined by **AUTOCONNECT\_TICKER\_PORT** in `AutoConnectDefs.h`.
Specifies the GPIO port number to output the flicker signal of the ticker. The default assumes on the board dependent definition LED_BUILTIN macro redefined by **AUTOCONNECT_TICKER_PORT** in `AutoConnectDefs.h`.
<dlclass="apidl">
<dt>**Type**</dt>
<dd>uint8_t</dd>
<dd><spanclass="apidef">LOW</span>A flicker signal is an active-high.<spanclass="apidesc"></span></dd>
<dd><spanclass="apidef">HIGH</span>A flicker signal is an active-low.<spanclass="apidesc"></span></dd>
</dl>
### <iclass="fa fa-caret-right"></i> tickerOn
Specifies the active logic level of the flicker signal. This value indicates the active signal level when driving the ticker.
Specifies the active logic level of the flicker signal.
<dlclass="apidl">
<dt>**Type**</dt>
<dd>uint8_t</dd>
<dt>**Value**</dt>
<dd><spanclass="apidef">LOW</span>A flicker signal is an active-high.<spanclass="apidesc"></span></dd>
<dd><spanclass="apidef">HIGH</span>A flicker signal is an active-low.<spanclass="apidesc"></span></dd>