Skip to content

Commit

Permalink
Update ttgofox.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 authored Mar 20, 2019
1 parent e13e5db commit c671bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hal/ttgofox.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define HAS_DISPLAY U8X8_SSD1306_128X64_NONAME_HW_I2C
#define HAS_LED NOT_A_PIN // green on board LED is useless, is GPIO25, which switches power for Lora+Display
#define HAS_LOWPOWER_SWITCH GPIO_NUM_25 // switches power for LoRa chip + display (0 = off / 1 = on)
//#define HAS_LOWPOWER_SWITCH GPIO_NUM_25 // switches power for LoRa chip + display (0 = off / 1 = on)
#define HAS_BATTERY_PROBE ADC1_GPIO35_CHANNEL
#define BATT_FACTOR 2 // voltage divider 100k/100k on board
#define HAS_BUTTON GPIO_NUM_36 // on board button (next to reset)
Expand Down Expand Up @@ -41,4 +41,4 @@
#define LORA_IO1 (33)
#define LORA_IO2 (32)

#endif
#endif

0 comments on commit c671bc6

Please sign in to comment.