mirror of
https://github.com/anklimov/lighthub
synced 2026-05-02 20:16:55 +00:00
DEFAULT_OTA_USERNAME DEFAULT_OTA_PASSWORD
compilation options new 16u2 firmware
This commit is contained in:
@@ -373,6 +373,14 @@
|
||||
#define PROTECTED_PINS
|
||||
#endif
|
||||
|
||||
#if not defined DEFAULT_OTA_USERNAME
|
||||
#define DEFAULT_OTA_USERNAME arduino
|
||||
#endif
|
||||
|
||||
#if not defined DEFAULT_OTA_PASSWORD
|
||||
#define DEFAULT_OTA_PASSWORD password
|
||||
#endif
|
||||
|
||||
const short protectedPins[]={PROTECTED_PINS};
|
||||
#define protectedPinsNum (sizeof(protectedPins)/sizeof(short))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user