There seems to be a compilation warning:

$ make -j 4
Build version is 3.1.011-21-g5d46d82
CXX build/main/ovms_version.o
In file included from main/ovms_version.cpp:34:0:
esp/esp-idf/components/bootloader_support/include/esp_image_format.h:44:3: warning: 'esp_image_spi_freq_t' defined but not used [-Wunused-variable]
 } esp_image_spi_freq_t;
   ^

I merged it, to allow further testing on ‘edge’ boxes, but it would be good if that could be cleaned up.

Regards, Mark.

On 14 Nov 2018, at 3:46 PM, Craig Leres <leres@xse.com> wrote:


> Could you extend the ‘ota status’ command to show the same?

It was easier than I thought so I wrapped this up tonight and created a pull request:

https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/pull/169/files

Appended is sample output from "ota status".

Craig

OVMS# ota status
Firmware:          3.1.011-21-g482c9d3/factory/main (build idf v3.1-dev-1586-g65355d28 Nov 13 2018 23:39:54)
Running partition: factory
Boot partition:    factory
Factory image:     3.1.011-21-g482c9d3
OTA_O image:       3.1.011
OTA_1 image:       3.1.011-16-gb8dc60e
Server Available:  3.1.011 (no update required)

[...]