ESP-IDF-Old-Makefile-Fork/main/wifi_functions.h

10 lines
185 B
C
Raw Permalink Normal View History

2019-10-05 20:20:07 +00:00
#ifndef _WIFI_FUNCTIONS_H_
#define _WIFI_FUNCTIONS_H_
#define WIFI_SSID "huawei-2929"
#define WIFI_PASS "chefrolet"
void wifi_initialise(void);
void wifi_wait_connected();
#endif