diff --git a/examples/1_UART_Gateway/fdrs_gateway_config.h b/examples/1_UART_Gateway/fdrs_gateway_config.h index 522098b..7738272 100644 --- a/examples/1_UART_Gateway/fdrs_gateway_config.h +++ b/examples/1_UART_Gateway/fdrs_gateway_config.h @@ -44,7 +44,7 @@ #define LORA_SPI_MOSI 27 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // OLED -- Displays console debugging messages on an SSD1306 I²C OLED ///#define USE_OLED diff --git a/examples/2_ESPNOW_Repeater/fdrs_gateway_config.h b/examples/2_ESPNOW_Repeater/fdrs_gateway_config.h index 5e5b44a..1ad3296 100644 --- a/examples/2_ESPNOW_Repeater/fdrs_gateway_config.h +++ b/examples/2_ESPNOW_Repeater/fdrs_gateway_config.h @@ -44,7 +44,7 @@ #define LORA_SPI_MOSI 27 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // OLED -- Displays console debugging messages on an SSD1306 I²C OLED ///#define USE_OLED diff --git a/examples/3_LoRa_Repeater/fdrs_gateway_config.h b/examples/3_LoRa_Repeater/fdrs_gateway_config.h index 0e4ad9b..6af6632 100644 --- a/examples/3_LoRa_Repeater/fdrs_gateway_config.h +++ b/examples/3_LoRa_Repeater/fdrs_gateway_config.h @@ -44,7 +44,7 @@ #define LORA_SPI_MOSI 27 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // OLED -- Displays console debugging messages on an SSD1306 I²C OLED ///#define USE_OLED diff --git a/examples/Controller_examples/FastLED/fdrs_node_config.h b/examples/Controller_examples/FastLED/fdrs_node_config.h index 1b2342e..a442596 100644 --- a/examples/Controller_examples/FastLED/fdrs_node_config.h +++ b/examples/Controller_examples/FastLED/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Controller_examples/Irrigation/fdrs_node_config.h b/examples/Controller_examples/Irrigation/fdrs_node_config.h index ec5da81..47a78e6 100644 --- a/examples/Controller_examples/Irrigation/fdrs_node_config.h +++ b/examples/Controller_examples/Irrigation/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Controller_examples/TFT_eSPI_fdrs/fdrs_node_config.h b/examples/Controller_examples/TFT_eSPI_fdrs/fdrs_node_config.h index ec5da81..47a78e6 100644 --- a/examples/Controller_examples/TFT_eSPI_fdrs/fdrs_node_config.h +++ b/examples/Controller_examples/TFT_eSPI_fdrs/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/ESPNOW_Controller/fdrs_node_config.h b/examples/ESPNOW_Controller/fdrs_node_config.h index 43c8279..25bde12 100644 --- a/examples/ESPNOW_Controller/fdrs_node_config.h +++ b/examples/ESPNOW_Controller/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 diff --git a/examples/ESPNOW_Sensor/fdrs_node_config.h b/examples/ESPNOW_Sensor/fdrs_node_config.h index bdd1b48..e61101a 100644 --- a/examples/ESPNOW_Sensor/fdrs_node_config.h +++ b/examples/ESPNOW_Sensor/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 diff --git a/examples/ESPNOW_Stress_Test/fdrs_node_config.h b/examples/ESPNOW_Stress_Test/fdrs_node_config.h index b5e2e5d..c79c2fc 100644 --- a/examples/ESPNOW_Stress_Test/fdrs_node_config.h +++ b/examples/ESPNOW_Stress_Test/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 // #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration diff --git a/examples/Gateway_Examples/1_MQTT_Gateway_Ethernet/fdrs_gateway_config.h b/examples/Gateway_Examples/1_MQTT_Gateway_Ethernet/fdrs_gateway_config.h index 33e5495..33e3b1c 100644 --- a/examples/Gateway_Examples/1_MQTT_Gateway_Ethernet/fdrs_gateway_config.h +++ b/examples/Gateway_Examples/1_MQTT_Gateway_Ethernet/fdrs_gateway_config.h @@ -44,7 +44,7 @@ #define LORA_SPI_MOSI 27 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // OLED -- Displays console debugging messages on an SSD1306 I²C OLED ///#define USE_OLED diff --git a/examples/Gateway_Examples/Repeater_Voltage/fdrs_gateway_config.h b/examples/Gateway_Examples/Repeater_Voltage/fdrs_gateway_config.h index b9297e7..861eb7a 100644 --- a/examples/Gateway_Examples/Repeater_Voltage/fdrs_gateway_config.h +++ b/examples/Gateway_Examples/Repeater_Voltage/fdrs_gateway_config.h @@ -44,7 +44,7 @@ #define LORA_SPI_MOSI 27 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // OLED -- Displays console debugging messages on an SSD1306 I²C OLED ///#define USE_OLED diff --git a/examples/LoRa_Controller/fdrs_node_config.h b/examples/LoRa_Controller/fdrs_node_config.h index 51635d8..15cca31 100644 --- a/examples/LoRa_Controller/fdrs_node_config.h +++ b/examples/LoRa_Controller/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 diff --git a/examples/LoRa_Sensor/fdrs_node_config.h b/examples/LoRa_Sensor/fdrs_node_config.h index a23a6e1..fb24f7d 100644 --- a/examples/LoRa_Sensor/fdrs_node_config.h +++ b/examples/LoRa_Sensor/fdrs_node_config.h @@ -13,7 +13,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 diff --git a/examples/Sensor_Examples/AHT20_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/AHT20_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/AHT20_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/AHT20_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/BME280_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/BME280_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/BME280_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/BME280_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/BMP280_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/BMP280_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/BMP280_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/BMP280_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/CapacitiveSoil/fdrs_node_config.h b/examples/Sensor_Examples/CapacitiveSoil/fdrs_node_config.h index e5c5b22..fa5c669 100644 --- a/examples/Sensor_Examples/CapacitiveSoil/fdrs_node_config.h +++ b/examples/Sensor_Examples/CapacitiveSoil/fdrs_node_config.h @@ -15,7 +15,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 // ESP32 SX1276 (TTGO) diff --git a/examples/Sensor_Examples/DHT22_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/DHT22_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/DHT22_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/DHT22_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/DS18B20_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/DS18B20_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/DS18B20_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/DS18B20_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/FrequencyCounter/fdrs_node_config.h b/examples/Sensor_Examples/FrequencyCounter/fdrs_node_config.h index 376ce05..9a54e5e 100644 --- a/examples/Sensor_Examples/FrequencyCounter/fdrs_node_config.h +++ b/examples/Sensor_Examples/FrequencyCounter/fdrs_node_config.h @@ -12,7 +12,7 @@ #define POWER_CTRL 22 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/GenericGPS_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/GenericGPS_fdrs/fdrs_node_config.h index 9532fdc..984c012 100644 --- a/examples/Sensor_Examples/GenericGPS_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/GenericGPS_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 // ESP32 SX1276 (TTGO) diff --git a/examples/Sensor_Examples/KisssysGypsum/fdrs_node_config.h b/examples/Sensor_Examples/KisssysGypsum/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/KisssysGypsum/fdrs_node_config.h +++ b/examples/Sensor_Examples/KisssysGypsum/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/LilyGo_HiGrow_32/fdrs_node_config.h b/examples/Sensor_Examples/LilyGo_HiGrow_32/fdrs_node_config.h index 613da9d..b9f067d 100644 --- a/examples/Sensor_Examples/LilyGo_HiGrow_32/fdrs_node_config.h +++ b/examples/Sensor_Examples/LilyGo_HiGrow_32/fdrs_node_config.h @@ -12,7 +12,7 @@ #define POWER_CTRL 4 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/MESB_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/MESB_fdrs/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/MESB_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/MESB_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/MLX90614_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/MLX90614_fdrs/fdrs_node_config.h index 6b37222..250d689 100644 --- a/examples/Sensor_Examples/MLX90614_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/MLX90614_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ #define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/SHT20_fdrs/fdrs_node_config.h b/examples/Sensor_Examples/SHT20_fdrs/fdrs_node_config.h index 8d00e94..8acc3ac 100644 --- a/examples/Sensor_Examples/SHT20_fdrs/fdrs_node_config.h +++ b/examples/Sensor_Examples/SHT20_fdrs/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/TSL2561/fdrs_node_config.h b/examples/Sensor_Examples/TSL2561/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/TSL2561/fdrs_node_config.h +++ b/examples/Sensor_Examples/TSL2561/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276 diff --git a/examples/Sensor_Examples/TippingBucket/fdrs_node_config.h b/examples/Sensor_Examples/TippingBucket/fdrs_node_config.h index 28f2130..5f2ee34 100644 --- a/examples/Sensor_Examples/TippingBucket/fdrs_node_config.h +++ b/examples/Sensor_Examples/TippingBucket/fdrs_node_config.h @@ -12,7 +12,7 @@ //#define POWER_CTRL 14 #define FDRS_DEBUG // Enable USB-Serial debugging -// #define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development +//#define DBG_LEVEL 0 // 0 for minimal messaging, 1 for troubleshooting, 2 for development // LoRa Configuration #define RADIOLIB_MODULE SX1276 //Tested on SX1276