♻️ Const cast strings in feature

This commit is contained in:
Rune Harlyk
2026-01-03 14:30:17 +01:00
committed by nikguin04
parent 83e5fcd354
commit 6a117ac5e3
2 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ namespace feature_service {
void printFeatureConfiguration();
void features(JsonObject &root);
void features(JsonObject& root);
void features_request(const socket_message_FeaturesDataRequest& fd_req, socket_message_FeaturesDataResponse& fd_res);
esp_err_t getFeatures(PsychicRequest *request);
esp_err_t getFeatures(PsychicRequest* request);
} // namespace feature_service