From 99ccaf575918cefbdc40d0935df7e6906cc989af Mon Sep 17 00:00:00 2001 From: "Philippe Z Lin (RD-TW)" Date: Fri, 15 Mar 2019 22:05:17 +0800 Subject: [PATCH] Fix typo: 915 and print --- ESP-sc-gway/ESP-sc-gway.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ESP-sc-gway/ESP-sc-gway.h b/ESP-sc-gway/ESP-sc-gway.h index 59c5878..6552fa6 100644 --- a/ESP-sc-gway/ESP-sc-gway.h +++ b/ESP-sc-gway/ESP-sc-gway.h @@ -31,7 +31,7 @@ // Debug message will be put on Serial is this one is set. // If set to 0, not USB Serial prints are done -// Set to 1 it will prinr all user level messages (with correct debug set) +// Set to 1 it will print all user level messages (with correct debug set) // If set to 2 it will also print interrupt messages (not recommended) #define DUSB 1 @@ -41,7 +41,7 @@ // Normally, value 0 is a good default. #define _SPIFF_FORMAT 0 -// Define the LoRa Frequncy band that is used. TTN Supported values are 925MHz, 868MHz and 433MHz. +// Define the LoRa Frequncy band that is used. TTN Supported values are 915MHz, 868MHz and 433MHz. // So supported values are: 433 868 915 #define _LFREQ 868 @@ -270,4 +270,4 @@ wpas wpa[] = { #define ASSERT(cond) if(!(cond)) gway_failed(__FILE__, __LINE__) #else #define ASSERT(cond) /**/ -#endif \ No newline at end of file +#endif