diff --git a/src/hal/ebox.h b/src/hal/ebox.h index ee4912ea..1f6fe3ad 100644 --- a/src/hal/ebox.h +++ b/src/hal/ebox.h @@ -13,7 +13,7 @@ #define HAS_BUTTON (0) // button "PROG" on board #define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/eboxtube.h b/src/hal/eboxtube.h index 3be2a642..858b7b16 100644 --- a/src/hal/eboxtube.h +++ b/src/hal/eboxtube.h @@ -14,7 +14,7 @@ #define HAS_BUTTON (0) // button "FLASH" on board #define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/fipy.h b/src/hal/fipy.h index 0a3c8680..173c1bee 100644 --- a/src/hal/fipy.h +++ b/src/hal/fipy.h @@ -13,7 +13,7 @@ #define HAS_RGB_LED GPIO_NUM_0 // WS2812B RGB LED on GPIO0 #define BOARD_HAS_PSRAM // use extra 4MB extern RAM -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/generic.h b/src/hal/generic.h index 981e45ce..7e2256df 100644 --- a/src/hal/generic.h +++ b/src/hal/generic.h @@ -32,7 +32,7 @@ #define MY_OLED_SCL (15) #define MY_OLED_RST (16) -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/heltec.h b/src/hal/heltec.h index ed36214f..e33f1e34 100644 --- a/src/hal/heltec.h +++ b/src/hal/heltec.h @@ -18,7 +18,7 @@ #define MY_OLED_SCL (15) #define MY_OLED_RST (16) -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/heltecv2.h b/src/hal/heltecv2.h index d04451d8..a97a6d3c 100644 --- a/src/hal/heltecv2.h +++ b/src/hal/heltecv2.h @@ -18,7 +18,7 @@ #define OLED_SCL (15) #define OLED_RST (16) -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/lolin32litelora.h b/src/hal/lolin32litelora.h index 8fd1da48..cdb925f9 100644 --- a/src/hal/lolin32litelora.h +++ b/src/hal/lolin32litelora.h @@ -21,7 +21,7 @@ #define HAS_SPI 1 // comment out if device shall not send data via SPI #define CFG_sx1276_radio 1 // RFM95 module -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/lolin32lora.h b/src/hal/lolin32lora.h index 5008e8d3..9d2d5af6 100644 --- a/src/hal/lolin32lora.h +++ b/src/hal/lolin32lora.h @@ -22,7 +22,7 @@ #define HAS_SPI 1 // comment out if device shall not send data via SPI #define CFG_sx1276_radio 1 // RFM95 module -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/lopy.h b/src/hal/lopy.h index e0ffcf26..bf759ec8 100644 --- a/src/hal/lopy.h +++ b/src/hal/lopy.h @@ -11,7 +11,7 @@ #define HAS_LED NOT_A_PIN // LoPy4 has no on board mono LED, we use on board RGB LED #define HAS_RGB_LED (0) // WS2812B RGB LED on GPIO0 -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) // GPIO5 - SX1276 SCK #define LORA_CS (17) // GPIO17 - SX1276 CS #define LORA_MISO (19) // GPIO19 - SX1276 MISO diff --git a/src/hal/lopy4.h b/src/hal/lopy4.h index a94abe04..79e80a36 100644 --- a/src/hal/lopy4.h +++ b/src/hal/lopy4.h @@ -12,7 +12,7 @@ #define HAS_RGB_LED (0) // WS2812B RGB LED on GPIO0 (P2) #define BOARD_HAS_PSRAM // use extra 4MB extern RAM -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/octopus32.h b/src/hal/octopus32.h index 5242dd73..5bf96f31 100644 --- a/src/hal/octopus32.h +++ b/src/hal/octopus32.h @@ -20,7 +20,7 @@ #define HAS_SPI 1 // comment out if device shall not send data via SPI #define CFG_sx1276_radio 1 // RFM95 module -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (14) #define LORA_MISO (19) diff --git a/src/hal/ttgobeam.h b/src/hal/ttgobeam.h index e04cdb50..3924d469 100644 --- a/src/hal/ttgobeam.h +++ b/src/hal/ttgobeam.h @@ -19,7 +19,7 @@ #define HAS_GPS 1 // use on board GPS #define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_12, GPIO_NUM_15 // UBlox NEO 6M or 7M with default configuration -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/ttgov1.h b/src/hal/ttgov1.h index 814b55e3..d90adef3 100644 --- a/src/hal/ttgov1.h +++ b/src/hal/ttgov1.h @@ -20,7 +20,7 @@ #define MY_OLED_SCL (15) #define MY_OLED_RST (16) -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/ttgov2.h b/src/hal/ttgov2.h index 98a420b4..62fc2493 100644 --- a/src/hal/ttgov2.h +++ b/src/hal/ttgov2.h @@ -21,7 +21,7 @@ #define MY_OLED_SCL (22) #define MY_OLED_RST U8X8_PIN_NONE -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/ttgov21new.h b/src/hal/ttgov21new.h index dd78b9b9..2345ea19 100644 --- a/src/hal/ttgov21new.h +++ b/src/hal/ttgov21new.h @@ -22,7 +22,7 @@ #define MY_OLED_SCL (22) #define MY_OLED_RST U8X8_PIN_NONE -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19) diff --git a/src/hal/ttgov21old.h b/src/hal/ttgov21old.h index f61e15ed..76c855a3 100644 --- a/src/hal/ttgov21old.h +++ b/src/hal/ttgov21old.h @@ -25,7 +25,7 @@ #define MY_OLED_SCL (22) #define MY_OLED_RST U8X8_PIN_NONE -// Pins for LORA chip reset and interrupt lines +// Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5) #define LORA_CS (18) #define LORA_MISO (19)