stephb9959
2023-02-09 09:35:06 -08:00
parent 8957fde7bd
commit 3c8400ba97

View File

@@ -330,7 +330,7 @@ namespace OpenWifi{
// OK we start the solution map with Our first device, and then we
Poco::JSON::Array Releases, ReleaseCandidates, DevelReleases;
for (const auto &revision: AllRevisions) {
auto Date = AllFMs.begin()->second.begin()->imageDate;
auto Date = RevisionDate(revision,AllFMs.begin()->second);
switch (RevisionIdentify(revision)) {
case RevisionTypes::release_candidate: {
Poco::JSON::Object E;