mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[RN2483] Add some example code for new RN2483 library
Since I have rewritten the entire library, I may also add some short example code to illustrate the new async features.
This commit is contained in:
@@ -456,6 +456,10 @@ void rn2xx3_handler::setAsyncMode(bool enabled) {
|
||||
_asyncMode = enabled;
|
||||
}
|
||||
|
||||
bool rn2xx3_handler::getAsyncMode() const {
|
||||
return _asyncMode;
|
||||
}
|
||||
|
||||
bool rn2xx3_handler::useOTAA() const {
|
||||
return _otaa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user