Update AirGradient.cpp

math.h should be lower case - otherwise won't compile on case sensitive platforms.
This commit is contained in:
AlanBell
2021-01-02 16:18:36 +00:00
committed by GitHub
parent 0753a4c9dd
commit a40399d082

View File

@ -11,7 +11,7 @@
#include <SoftwareSerial.h>
#include "Arduino.h"
#include <Wire.h>
#include <Math.h>
#include <math.h>
// Constructor /////////////////////////////////////////////////////////////////