Skip to content

Commit

Permalink
updated TimeLib.h comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Jul 21, 2023
1 parent b1f59c1 commit b4ebfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Baroduino/Baroduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
#include <Adafruit_ILI9341.h> // TFT color display library
#include <TouchScreen.h> // Touchscreen built in to 3.2" Adafruit TFT display
#include <Adafruit_GPS.h> // Ultimate GPS library
#include <TimeLib.h> // time_t=seconds since Jan 1, 1970, https://github.com/PaulStoffregen/Time
#include "Adafruit_BMP3XX.h" // Precision barometric and temperature sensor
#include <Adafruit_NeoPixel.h> // On-board color addressable LED
#include "model_baro.h" // Model of a barometer that stores 3-day history
#include "save_restore.h" // Save configuration in non-volatile RAM
#include "constants.h" // Griduino constants, colors, typedefs
#include "hardware.h" // Griduino pin definitions
#include "TextField.h" // Optimize TFT display text for proportional fonts
#include "TimeLib.h" // BorisNeubert / Time (who forked it from PaulStoffregen / Time)

// ------- Identity for splash screen and console --------
#define BAROGRAPH_TITLE "Baroduino"
Expand Down

0 comments on commit b4ebfcf

Please sign in to comment.