PiPedal 1.2.33 initial commit

This commit is contained in:
Robin Davies
2024-08-08 12:53:02 -04:00
parent 0e378997a5
commit a3847c8184
255 changed files with 22008 additions and 1791 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
#include "AdminClient.hpp"
#include "WifiConfigSettings.hpp"
#include "WifiDirectConfigSettings.hpp"
#include "WifiChannels.hpp"
#include "WifiChannelSelectors.hpp"
#include "SysExec.hpp"
#include "PiPedalAlsa.hpp"
#include <filesystem>
@@ -973,7 +973,7 @@ public:
{
std::string country;
pReader->read(&country);
std::vector<WifiChannel> channels = pipedal::getWifiChannels(country.c_str());
std::vector<WifiChannelSelector> channels = pipedal::getWifiChannelSelectors(country.c_str());
this->Reply(replyTo, "getWifiChannels", channels);
}
else if (message == "getPluginPresets")