Skip to content

Commit

Permalink
may be PINOUT 5 for Heltec Wifi LORA V2
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg555 committed May 15, 2020
1 parent 97aa14a commit 84d88eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ESP-sc-gway.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

#if defined (ARDUINO_ARCH_ESP32) || defined(ESP32)
# define ESP32_ARCH 1
# define _PIN_OUT 4 // For ESP32 this pin-out is standard
# ifndef _PIN_OUT
# define _PIN_OUT 4 // For ESP32 this pin-out is standard
# endif
#elif defined(ARDUINO_ARCH_ESP8266)
//
#else
Expand Down

0 comments on commit 84d88eb

Please sign in to comment.