correct math.h header and specify wificlient as per new http library requirement

This commit is contained in:
Mark Polyakov
2021-05-29 00:04:15 -07:00
parent 0753a4c9dd
commit 0abc5629fc
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <SoftwareSerial.h>
#include "Arduino.h"
#include <Wire.h>
#include <Math.h>
#include <math.h>
// Constructor /////////////////////////////////////////////////////////////////