MAIN configuration.
Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | MAIN_CHAT_BUFFER_SIZE 128 |
Max size of UART buffer. More... | |
#define | MAIN_WIFI_M2M_SERVER_PORT (6666) |
TCP connection information. More... | |
#define | MAIN_WLAN_AUTH M2M_WIFI_SEC_WPA_PSK |
Security manner. More... | |
#define | MAIN_WLAN_PSK "12345678" |
Password for Destination SSID. More... | |
#define | MAIN_WLAN_SSID "DEMO_AP" |
Wi-Fi Settings. More... | |
#define MAIN_CHAT_BUFFER_SIZE 128 |
Max size of UART buffer.
Referenced by handle_input_message(), parse_command(), and uart_callback().
#define MAIN_WIFI_M2M_SERVER_PORT (6666) |
TCP connection information.
Referenced by connect_cmd_handler(), and main().
#define MAIN_WLAN_AUTH M2M_WIFI_SEC_WPA_PSK |
#define MAIN_WLAN_PSK "12345678" |