move wifi and sd init functions to cpp file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef INITFUNCTIONS_H
|
||||
#define INITFUNCTIONS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <WiFi.h>
|
||||
#include "FS.h"
|
||||
#include "SD.h"
|
||||
#include "SPI.h"
|
||||
//#include <IRremote.hpp>
|
||||
#include "defines.h"
|
||||
#include "secrets.h"
|
||||
|
||||
void initSDCard();
|
||||
//void initIR();
|
||||
void initWiFi();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user