diff --git a/arduinoIDE_esp32_boards/boards.local.txt b/arduinoIDE_esp32_boards/boards.local.txt index d22f2c21c35986c8d5eb2039b9b6c8ef32348a9d..58e812026b598b8056fb7e25e0cd94a868fb8c35 100644 --- a/arduinoIDE_esp32_boards/boards.local.txt +++ b/arduinoIDE_esp32_boards/boards.local.txt @@ -60,10 +60,10 @@ neOSensor.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB neOSensor.menu.PartitionScheme.default.build.partitions=default # [feb.24] additional FLASH partitioning options neOSensor.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS) -neOSensor.menu.PartitionScheme.defaultffat.build.partitions=default_ffat -neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS) neOSensor.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs neOSensor.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080 +neOSensor.menu.PartitionScheme.defaultffat.build.partitions=default_ffat +neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS) # Core debug neOSensor.menu.DebugLevel.none=None diff --git a/neosensor/json-dual-modules.log.txt b/neosensor/json-dual-modules.log.txt deleted file mode 100644 index bad2e433c7ecdf69e273575ec7aba92c25b7d0d2..0000000000000000000000000000000000000000 --- a/neosensor/json-dual-modules.log.txt +++ /dev/null @@ -1,164 +0,0 @@ -[senso] cleared JSON modules capacity (bytes): 2048 -[senso] JSON modules configuration use 976 bytes over 2048 available. -{ - "topics": [ - "irit2/366" - ], - "zones": [ - { - "topic": "irit2/366", - "modules": [ - { - "module": "fake", - "unit": "bonzo", - "params": [ - { - "param": "frequency", - "value": 42 - } - ] - }, - { - "module": "airquality", - "unit": "lcc_sensor", - "params": [ - { - "param": "frequency", - "value": 0 - }, - { - "param": "subIDs", - "value": [ - "NO2", - "CO", - "CH20", - "NO2_alt" - ] - }, - { - "param": "inputs", - "value": [ - [ - 16, - 17, - 5, - 18, - 35 - ], - [ - 19, - 21, - 22, - 23, - 34 - ], - [ - 13, - 12, - 14, - 27, - 33 - ], - [ - 15, - 2, - 0, - 4, - 32 - ] - ] - }, - { - "param": "outputs", - "value": [ - -1, - -1, - 25, - 26 - ] - } - ] - } - ] - } - ] -} -[senso] found 'topic' = irit2/366 -[senso] WARNING: only 1st topic taken into account! -[wifiParams] start to process options ... -[senso] start to search JSON config for module airquality -[senso] modulesArray was found :) -[ - { - "module": "fake", - "unit": "bonzo", - "params": [ - { - "param": "frequency", - "value": 42 - } - ] - }, - { - "module": "airquality", - "unit": "lcc_sensor", - "params": [ - { - "param": "frequency", - "value": 0 - }, - { - "param": "subIDs", - "value": [ - "NO2", - "CO", - "CH20", - "NO2_alt" - ] - }, - { - "param": "inputs", - "value": [ - [ - 16, - 17, - 5, - 18, - 35 - ], - [ - 19, - 21, - 22, - 23, - 34 - ], - [ - 13, - 12, - 14, - 27, - 33 - ], - [ - 15, - 2, - 0, - 4, - 32 - ] - ] - }, - { - "0\b": "\b⸮⸮⸮?", - "": [ - -1, - -1, - 25, - 26 - ] - } - ] - } -] - diff --git a/neosensor/json-empty-module.log.txt b/neosensor/json-empty-module.log.txt deleted file mode 100644 index e1a338453bef5ba4c4f99999fc3ec726593c5679..0000000000000000000000000000000000000000 --- a/neosensor/json-empty-module.log.txt +++ /dev/null @@ -1,15 +0,0 @@ -[senso] cleared JSON modules capacity (bytes): 2048 -[senso] JSON modules configuration use 48 bytes over 2048 available. -{ - "topics": [ - "irit2/366" - ], - "zones": [] -} -[senso] found 'topic' = irit2/366 -[senso] WARNING: only 1st topic taken into account! -[wifiParams] start to process options ... -[senso] start to search JSON config for module airquality - -<nothing was found as zones is empty> - diff --git a/neosensor/json-single-module.log.txt b/neosensor/json-single-module.log.txt deleted file mode 100644 index bd4e846a5d005055a05c2f6c00ac323e4f9218fc..0000000000000000000000000000000000000000 --- a/neosensor/json-single-module.log.txt +++ /dev/null @@ -1,142 +0,0 @@ -{ - "topics": [ - "irit2/366" - ], - "zones": [ - { - "topic": "irit2/366", - "modules": [ - { - "module": "airquality", - "unit": "lcc_sensor", - "params": [ - { - "param": "frequency", - "value": 0 - }, - { - "param": "subIDs", - "value": [ - "NO2", - "CO", - "CH20", - "NO2_alt" - ] - }, - { - "param": "inputs", - "value": [ - [ - 16, - 17, - 5, - 18, - 35 - ], - [ - 19, - 21, - 22, - 23, - 34 - ], - [ - 13, - 12, - 14, - 27, - 33 - ], - [ - 15, - 2, - 0, - 4, - 32 - ] - ] - }, - { - "param": "outputs", - "value": [ - -1, - -1, - 25, - 26 - ] - } - ] - } - ] - } - ] -} -[senso] found 'topic' = irit2/366 -[senso] WARNING: only 1st topic taken into account! -[wifiParams] start to process options ... -[senso] start to search JSON config for module airquality -[senso] modulesArray was found :) -[ - { - "module": "airquality", - "unit": "lcc_sensor", - "params": [ - { - "param": "frequency", - "value": 0 - }, - { - "param": "subIDs", - "value": [ - "NO2", - "CO", - "CH20", - "NO2_alt" - ] - }, - { - "param": "inputs", - "value": [ - [ - 16, - 17, - 5, - 18, - 35 - ], - [ - 19, - 21, - 22, - 23, - 34 - ], - [ - 13, - 12, - 14, - 27, - 33 - ], - [ - 15, - 2, - 0, - 4, - 32 - ] - ] - }, - { - "param": "outputs", - "value": [ - -1, - -1, - 25, - 26 - ] - } - ] - } -] -