eink use RESET button as regular button instead

This commit is contained in:
geeksville
2020-09-28 13:10:27 -07:00
parent e5d4fbb164
commit a0fd83428f
2 changed files with 5 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BUTTON_PIN PIN_BUTTON1
#endif
#ifdef PIN_BUTTON2
#define BUTTON_PIN_ALT PIN_BUTTON2
#endif
// FIXME, use variant.h defs for all of this!!! (even on the ESP32 targets)
#elif defined(CubeCell_BoardPlus)