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:
CaCO3
2023-03-05 08:31:07 +01:00
committed by GitHub
parent 806adcb4d0
commit f84f20b2e8
6 changed files with 99 additions and 4 deletions

View File

@@ -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;