📦 Moves camera to own namespace
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef CameraSettingsService_h
|
||||
#define CameraSettingsService_h
|
||||
|
||||
namespace Camera {
|
||||
|
||||
#include <CameraService.h>
|
||||
#include <EventEndpoint.h>
|
||||
#include <FSPersistence.h>
|
||||
@@ -203,4 +205,6 @@ class CameraSettingsService : public StatefulService<CameraSettings> {
|
||||
FSPersistence<CameraSettings> _fsPersistence;
|
||||
};
|
||||
|
||||
} // namespace Camera
|
||||
|
||||
#endif // end CameraSettingsService_h
|
||||
|
||||
Reference in New Issue
Block a user