Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg555 committed May 15, 2020
1 parent 84d88eb commit c74d8b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,15 @@ Also the gateway may or may not support Class B, which is a superset of class A.

### Selecting you standard pin-out

We support two pin-out configurations out-of-the-box: HALLARD and COMPRESULT.
If you use one of these two, just set the parameter to the right value.
If your pin definitions are different, update the loraModem.h file to reflect these settings.
We support five pin-out configurations out-of-the-box, see below.
If you use one of these, just set the parameter to the right value.
If your pin definitions are different, update the loraModem.h and oLED.h file to reflect these settings.
1: HALLARD
2: COMRESULT pin out
3: ESP32 pin out
4: Other, define your own in loraModem.h
3: ESP32/Wemos based board
4: ESP32/TTGO based board
5: ESP32/Heltec Wifi LoRA 32(V2)


\#define _PIN_OUT 1

Expand Down
2 changes: 1 addition & 1 deletion src/loraModem.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ struct pins {
#elif _PIN_OUT==5

// ----------------------------------------------------------------------------
// For ESP32/Heltec Wifi LoRA 32(V2) HTIT-WB32LA board with 0.9" OLED
// For ESP32/Heltec Wifi LoRA 32(V2) board with 0.9" OLED
//
// SCK == GPIO5/ PIN5
// SS == GPIO18/PIN18 CS
Expand Down

0 comments on commit c74d8b6

Please sign in to comment.