Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Mar 3, 2024
1 parent 07e792f commit 0706979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YaSolR_Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
void YaSolR::YaSolRClass::_initConfig() {
Mycila::Logger.info(TAG, "Initializing Config System...");

Mycila::Config.begin(84);
Mycila::Config.begin(90);

String mqttName = String(Mycila::AppInfo.name + "_" + Mycila::AppInfo.id);
mqttName.toLowerCase();
Expand Down

0 comments on commit 0706979

Please sign in to comment.