First commit - WIP
This commit is contained in:
19
src/weifi.h
Normal file
19
src/weifi.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef WEIFI_H
|
||||
#define WEIFI_H
|
||||
|
||||
#include <WiFi.h>
|
||||
#include "main.h"
|
||||
|
||||
#ifdef WEIFI
|
||||
const char* ssid = "Mizar";
|
||||
const char* password = "RingNebelM57";
|
||||
#endif
|
||||
|
||||
|
||||
// #warning "You need to set the SSID and PASSWORD in weifi.h"
|
||||
|
||||
void connectToWifi();
|
||||
void WiFiEvent(WiFiEvent_t event);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user