#pragma once // Powers the Seeed XIAO ESP32-C6's FM8625H RF switch and selects the // onboard ceramic antenna (as opposed to the external u.FL antenna the // switch can otherwise route to). No-op unless CONFIG_FRAME_XIAO_ANTENNA_INIT // is set -- the DevKitC-1 dev board has no such switch. Call once before // esp_wifi_start(), in both the softAP and STA bring-up paths. void board_antenna_select_onboard(void);