Seeed Studio FGH100M-H BCF and FW binary files for IoT SDK ESP32 v2.9.7

Oiya, the main app is from iperf example, but only put simple app_wlan_init:

#include <endian.h>
#include <string.h>
#include "mm_app_common.h"

void app_main(void)
{
    /* Initialize and connect to Wi-Fi, blocks till connected */
    app_wlan_init();
    // app_wlan_start();
}