Skip to content

Commit 95c629a

Browse files
committed
fix(config): disable auto scan feature by setting AUTO_SCAN_ENABLED to 0
1 parent 089a9a5 commit 95c629a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/private.example.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
// 0: Skip scan even if no offset is stored
160160
//
161161
// To re-run the scan, set CLEAR_EEPROM_ON_BOOT to 1 or re-enable this.
162-
#define AUTO_SCAN_ENABLED 1
162+
#define AUTO_SCAN_ENABLED 0
163163

164164
// CC1101 GDO0 (data-ready) pin assignment
165165
// ESP8266 (D1 mini / HUZZAH): GPIO5 (D1)

0 commit comments

Comments
 (0)