Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
Delta Configurator
Commits
de16830a
Commit
de16830a
authored
Mar 29, 2021
by
Pawel Spychalski (DzikuVx)
Browse files
Version bump to 3.0
parent
e81b26c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
js/data_storage.js
View file @
de16830a
...
...
@@ -3,7 +3,7 @@
var
CONFIGURATOR
=
{
// all versions are specified and compared using semantic versioning http://semver.org/
'
minfirmwareVersionAccepted
'
:
'
2.6.0
'
,
'
maxFirmwareVersionAccepted
'
:
'
2.8
.0
'
,
// Condition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
'
maxFirmwareVersionAccepted
'
:
'
3.1
.0
'
,
// Condition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
'
connectionValid
'
:
false
,
'
connectionValidCliOnly
'
:
false
,
'
cliActive
'
:
false
,
...
...
manifest.json
View file @
de16830a
{
"manifest_version"
:
2
,
"minimum_chrome_version"
:
"38"
,
"version"
:
"
2.7
.0"
,
"version"
:
"
3.0
.0"
,
"author"
:
"Several"
,
"name"
:
"INAV - Configurator"
,
"short_name"
:
"INAV"
,
...
...
package.json
View file @
de16830a
{
"name"
:
"inav-configurator"
,
"description"
:
"INAV Configurator"
,
"version"
:
"
2.7
.0"
,
"version"
:
"
3.0
.0"
,
"main"
:
"main.html"
,
"default_locale"
:
"en"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment