Remove unnecessary code

This commit is contained in:
IoTThinks.com 2020-05-12 16:15:11 +07:00 committed by GitHub
parent 03f7d48143
commit c0657d4a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -159,8 +159,7 @@
// 4: ESP32, Heltec and TTGO pin out (should work for Heltec, 433 and Oled too).
// 5: Other, define your own in loraModem.h (does not include GPS Code)
#if !defined _PIN_OUT
// #define _PIN_OUT 1 // Easy LoRa
#define _PIN_OUT 88 // Easy LoRa
# define _PIN_OUT 1
#endif