Skip to content
Snippets Groups Projects
Commit cfe15e2b authored by Karol Hennessy's avatar Karol Hennessy
Browse files

fix for non-esp32 builds

parent c87c2d1d
No related branches found
No related tags found
No related merge requests found
#include <Arduino.h>
#include "common.h"
#ifdef CHIP_ESP32
#include <WiFi.h>
#endif
// #include <MemoryFree.h>
#include <Wire.h>
#include <Adafruit_MCP9808.h>
......@@ -9,7 +12,6 @@
#include "ValvesController.h"
#include "UILoop.h"
#include "AlarmLoop.h"
#include "common.h"
int ventilation_mode = HEV_MODE_PS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment