From d5ab22f4aea1f0ad4679cecde7bb35c21e2ed7ac Mon Sep 17 00:00:00 2001 From: Kiril Zyapkov Date: Tue, 4 Aug 2015 13:45:38 +0300 Subject: [PATCH] ESP8266AVRISP: switch default to active-low reset --- libraries/ESP8266AVRISP/src/ESP8266AVRISP.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/ESP8266AVRISP/src/ESP8266AVRISP.h b/libraries/ESP8266AVRISP/src/ESP8266AVRISP.h index 2d4728682..4c8ebe161 100644 --- a/libraries/ESP8266AVRISP/src/ESP8266AVRISP.h +++ b/libraries/ESP8266AVRISP/src/ESP8266AVRISP.h @@ -14,9 +14,8 @@ Original version: #include -// active-high reset if you use an n-mos to level-shift -// comment if hooked directly -#define AVRISP_ACTIVE_HIGH_RESET +// uncomment if you use an n-mos to level-shift the reset line +// #define AVRISP_ACTIVE_HIGH_RESET // SPI clock frequency in Hz #define AVRISP_SPI_FREQ 1e6