Skip to content

Commit

Permalink
Update AirGradient.cpp
Browse files Browse the repository at this point in the history
math.h should be lower case - otherwise won't compile on case sensitive platforms.
  • Loading branch information
AlanBell authored Jan 2, 2021
1 parent 0753a4c commit a40399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirGradient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <SoftwareSerial.h>
#include "Arduino.h"
#include <Wire.h>
#include <Math.h>
#include <math.h>


// Constructor /////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a40399d

Please sign in to comment.