| 210 | } |
| 211 | |
| 212 | std::shared_ptr<EspNowService> findService() { |
| 213 | return std::static_pointer_cast<EspNowService>( |
| 214 | findServiceById(manifest.id) |
| 215 | ); |
| 216 | } |
| 217 | |
| 218 | extern const ServiceManifest manifest = { |
| 219 | .id = "EspNow", |
no test coverage detected