From f0e84ae8562f9ed0efc0cb35d5aaf13c02e53d99 Mon Sep 17 00:00:00 2001 From: Roeland Lutters Date: Wed, 7 Jan 2015 09:21:42 +0100 Subject: [PATCH] Update message using old firmware --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index f5e60d5e07..490263f281 100755 --- a/main.js +++ b/main.js @@ -68,7 +68,7 @@ $(document).ready(function () { } if (CONFIGURATOR.connectionValidCliOnly) { - GUI.log('You need to Upgrade your firmware before you can view any of the tabs'); + GUI.log('You need to upgrade your firmware before you can view any of the tabs. Use CLI for backup before flashing!'); return; } @@ -330,4 +330,4 @@ String.prototype.format = function () { return this.replace(/\{(\d+)\}/g, function (t, i) { return args[i] !== void 0 ? args[i] : "{"+(i-args.length)+"}"; }); -}; \ No newline at end of file +};