mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Set CPU frequency (#2125)
* move Wifi, LWIP and BSSI to PSRAm * Allow setting the CPU frequency to 240 MHz (default: 160 MHz) * . * . * . * . * Update sdkconfig.defaults --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -262,6 +262,7 @@ function ParseConfig() {
|
||||
ParamAddValue(param, catname, "TimeServer");
|
||||
ParamAddValue(param, catname, "Hostname");
|
||||
ParamAddValue(param, catname, "RSSIThreshold");
|
||||
ParamAddValue(param, catname, "CPUFrequency");
|
||||
ParamAddValue(param, catname, "SetupMode");
|
||||
|
||||
|
||||
@@ -315,7 +316,7 @@ function ParseConfig() {
|
||||
param["DataLogging"]["DataFilesRetention"]["value1"] = "3";
|
||||
}
|
||||
|
||||
// Downward compatiblity: Create RSSIThreshold if not available
|
||||
// Downward compatibility: Create RSSIThreshold if not available
|
||||
if (param["System"]["RSSIThreshold"]["found"] == false)
|
||||
{
|
||||
param["System"]["RSSIThreshold"]["found"] = true;
|
||||
|
||||
Reference in New Issue
Block a user