Fix typo: 915 and print

pull/67/head
Philippe Z Lin (RD-TW) 2019-03-15 22:05:17 +08:00
rodzic 2bda3772fb
commit 99ccaf5759
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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
#endif