Update RangeTest_Gateway.ino

This commit is contained in:
Felix Rusu 2021-12-15 11:37:43 -05:00
parent add5e29208
commit e3ce193f30
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <U8g2lib.h> //https://github.com/olikraus/u8g2/wiki/u8g2reference fonts:https://github.com/olikraus/u8g2/wiki/fntlistall
#include <Wire.h> //i2c scanner: https://playground.arduino.cc/Main/I2cScanner
#include <PString.h> //easy string manipulator: http://arduiniana.org/libraries/pstring/
#include <Streaming.h> //easy C++ style output operators: http://arduiniana.org/libraries/streaming/
//*********************************************************************************************
// *********** IMPORTANT SETTINGS - YOU MUST CHANGE/ONFIGURE TO FIT YOUR HARDWARE *************
//*********************************************************************************************