Updated inlcudes

The one thing my Java prof is right about when he hates against C, is that its includes are super annoying...
This commit is contained in:
Stefan Kremser
2018-04-01 16:31:53 +02:00
parent 157f3ff9d5
commit fab38e7c3f
14 changed files with 57 additions and 33 deletions

View File

@@ -4,18 +4,18 @@
#include "Arduino.h"
#include <ESP8266WiFi.h>
#include <FS.h>
extern "C" {
#include "user_interface.h"
}
#include "language.h"
#include "A_config.h"
#include "Settings.h"
#include "Names.h"
#include "SSIDs.h"
#include "Scan.h"
#include "Attack.h"
#include "A_config.h"
extern "C" {
#include "user_interface.h"
}
extern Settings settings;
extern Names names;