mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 01:40:52 +01:00
Use references instead of pointers whenver possible
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
class WebApiFirmwareClass {
|
||||
public:
|
||||
void init(AsyncWebServer* server);
|
||||
void init(AsyncWebServer& server);
|
||||
void loop();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user