Only check for "holding down reset button" if button is available

This commit is contained in:
Vegar Westerlund
2019-06-10 11:05:01 +02:00
parent 4fb17239f0
commit e6d0a0915e
2 changed files with 20 additions and 12 deletions

View File

@@ -22,6 +22,8 @@
#include <DNSServer.h>
#include "configuration.h"
#define INVALID_BUTTON_PIN 0xFFFFFFFF
class HanConfigAp {
public:
void setup(int accessPointButtonPin, Stream* debugger);