17 lines
150 B
C
17 lines
150 B
C
#ifndef SENSOR3_BASE_H
|
|
#define SENSOR3_BASE_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
#ifdef ESP32
|
|
|
|
#include <WiFi.h>
|
|
|
|
#else
|
|
|
|
#include <ESP8266WiFi.h>
|
|
|
|
#endif
|
|
|
|
#endif
|