Set error callback (called on OTA errors)
- Parameters
-
| callback | Callback function (supports lambdas, function pointers, functors) |
Definition at line 52 of file ota.cpp.hpp.
52 {
54 mImpl = platforms::IOTA::create();
55 }
56 mImpl->onError(callback);
57}
fl::shared_ptr< fl::platforms::IOTA > mImpl
References mImpl.