Change individual address (#140)

to 15.15.255
This commit is contained in:
croghostrider 2021-06-02 17:53:46 +02:00 committed by GitHub
parent 75c863bffe
commit 14462d410d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,5 +39,5 @@ public:
uint8_t defaultHopCount();
private:
uint8_t _prgMode = 0;
uint16_t _ownAddress = 0;
uint16_t _ownAddress = 65535; // 15.15.255;
};