reverted to 'sensor_setup.h'

I will probably go back to "sensor_config" eventually.
This commit is contained in:
Timm Bogner 2022-06-12 23:22:09 -05:00
parent 7e5f9d4db2
commit 38a4214039
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
// //
// Developed by Timm Bogner (timmbogner@gmail.com) for Sola Gratia Farm in Urbana, Illinois, USA. // Developed by Timm Bogner (timmbogner@gmail.com) for Sola Gratia Farm in Urbana, Illinois, USA.
// //
#include "sensor_config.h" #include "sensor_setup.h"
#if defined(ESP8266) #if defined(ESP8266)
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>
#include <espnow.h> #include <espnow.h>

View File

@ -1,7 +1,7 @@
// FARM DATA RELAY SYSTEM // FARM DATA RELAY SYSTEM
// //
// Sensor Configuration // Sensor Configuration
// (Previously known as 'Sensor_setup.h') // (In the future this file will be known as 'sensor_config.h')
// //
//#include <fdrs_globals.h> //Uncomment if you install the globals file //#include <fdrs_globals.h> //Uncomment if you install the globals file

View File

@ -4,7 +4,7 @@
// //
// Developed by Timm Bogner (timmbogner@gmail.com) for Sola Gratia Farm in Urbana, Illinois, USA. // Developed by Timm Bogner (timmbogner@gmail.com) for Sola Gratia Farm in Urbana, Illinois, USA.
// //
#include "sensor_config.h" #include "sensor_setup.h"
#if defined(ESP8266) #if defined(ESP8266)
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>
#include <espnow.h> #include <espnow.h>

View File

@ -1,10 +1,10 @@
// FARM DATA RELAY SYSTEM // FARM DATA RELAY SYSTEM
// //
// Sensor Configuration // Sensor Configuration
// (Previously known as 'Sensor_setup.h') // (This file will soon be known as 'sensor_config.h')
// //
//#include <fdrs_globals.h> //Uncomment if you install the globals file //#include <fdrs_globals.h> //Uncomment when you install the globals file
#define READING_ID 2 //Unique ID for this sensor #define READING_ID 2 //Unique ID for this sensor
#define GTWY_MAC 0x03 //Address of the nearest gateway #define GTWY_MAC 0x03 //Address of the nearest gateway