Adrian Batzill
c499a58f5d
allow changing stratux IP address
2019-07-04 16:35:49 +01:00
Adrian Batzill
56a32657ab
Workaround for wonky GDL90 implementation in SkyDemon for Android
2019-06-10 11:29:06 +00:00
Thorsten Biermann
4aa0b80416
Merge tag 'v1.5b2' into devel/flarm_receiver
...
# Conflicts:
# Makefile
# main/gen_gdl90.go
# main/managementinterface.go
# web/plates/gps.html
# web/plates/js/settings.js
# web/plates/settings.html
2019-02-02 14:23:54 +01:00
Eric Westphal
7a31db058e
Remove Calibrate Gyros from Settings page of web UI
2018-09-30 01:56:06 +00:00
PepperJo
bf46a73db1
GDL90: switch AltMSL / AltEllipsoid
...
Add setting's switch for ownship geometric altitude message
in GDL90 to enable altitude in MSL instead of altitude above
WGS-84 ellipsoid. GDL90 specification uses WGS-84 ellipsoid
altitude but some EFBs expect altitude in MSL.
https://www.faa.gov/nextgen/programs/adsb/Archival/media/GDL90_Public_ICD_RevA.PDF
Signed-off-by: PepperJo <pepperjo@japf.ch>
2018-09-22 11:33:58 +02:00
PepperJo
3cb5bcc8f0
Merge branch 'master' into devel/flarm_receiver
2018-09-22 10:16:07 +02:00
Eric Westphal
65e80816c2
Merge branch 'master' into wifi
2018-08-05 22:24:25 -04:00
cyoung
6df88abc72
Increase suggested wait time on updates.
2018-06-26 09:39:37 -04:00
Thorsten Biermann
1e13188df3
Integrates FLARM into SDR framework
2018-04-20 19:25:18 +02:00
Eric Westphal
945724c907
Slightly different regex's in javascript validation.
2017-07-30 12:38:44 -04:00
Eric Westphal
c319d49e74
Angular validation on settings page.
2017-07-29 10:40:29 -04:00
Eric Westphal
d48691bdac
Fix .js and .html permissions.
2017-07-22 17:04:30 -04:00
Eric Westphal
034e38d4e7
Formatting; re-do grayout of disabled text boxes.
2017-07-22 16:03:35 -04:00
peepsnet
dd9afdac33
error checking in SSID and WPA Passphrase
2017-07-22 14:48:11 -04:00
Eric Westphal
cc24fb6fef
Added Go portion of @peepsnet WiFi handling.
2017-07-22 12:43:32 -04:00
Eric Westphal
5463d334c4
Merge remote-tracking branch 'peeps/master' into peeps
...
Added new settings from ahrs_dev branch back in.
2017-07-18 18:32:02 -04:00
Eric Westphal
20877df847
Separate gyro calibration and AHRS level functions.
2017-07-12 13:27:26 -04:00
peepsnet
ed53ecf3d8
typo
2017-07-10 23:01:22 -04:00
peepsnet
dc14b9dd80
HTML/JS Prop for WiFI Settings
...
added js code for error checking and formatting the JSON string for the call to /setSettings
{"WiFiSSID":"stratux","WiFiSecurityEnabled":true,"WiFiPasscode":"h98tdjepi","WiFiChannel":"5"}
$scope.WiFiSSID = "stratux"; //settings.WiFiSSID;
$scope.WiFiSecurityEnabled = true; //settings.WiFiSecurityEnabled;
$scope.WiFiPasscode = Math.random().toString(36).substring(4); //settings.WiFiPasscode;
$scope.WiFiChannel = "5"; //settings.WiFiChannel;
I have hardcoded the values till they are included in the /getSettings JSON string
2017-07-10 20:38:22 -04:00
Eric Westphal
e0faa71b3f
Remove 'up' section from orientation procedure.
2017-07-06 19:45:01 -04:00
Eric Westphal
d854fb01be
Update settings display on web UI after orientation.
2017-06-28 19:09:45 -04:00
Eric Westphal
542a68fc26
Remove AHRS config from developer settings.
2017-06-13 18:14:08 -04:00
Eric Westphal
5aefc145ac
Initial commit - user can set G limits for own aircraft.
2017-05-20 07:35:40 -04:00
Eric Westphal
338f1cc934
AHRS settings in the UI
2017-05-12 20:40:53 -04:00
Christopher Young
29b959afa9
Merge remote-tracking branch 'origin/master' into ahrs_dev
...
# Conflicts:
# main/gen_gdl90.go
# main/gps.go
# main/managementinterface.go
# main/network.go
# web/js/main.js
# web/plates/developer.html
# web/plates/gps.html
# web/plates/js/developer.js
# web/plates/js/gps.js
# web/plates/js/settings.js
# web/plates/js/status.js
# web/plates/status-help.html
# web/plates/status.html
# web/plates/traffic-help.html
2017-04-04 13:16:32 -04:00
Eric Westphal
f1ff15031f
Add UI switch to record AHRS logs.
2017-03-05 18:34:25 -05:00
Eric Westphal
1344515c93
Separate UI switches for BMP and IMU connected.
2017-03-05 17:47:38 -05:00
Eric Westphal
3c16945c92
Set orientation of AHRS sensor in UI.
2017-01-16 18:22:57 -05:00
Eric Westphal
e0f794b907
AHRS calibration UI mostly done.
2017-01-08 23:04:16 -05:00
Eric Westphal
816411b3ee
Replace windoze CRLF with Linux LF in web files
2017-01-07 22:45:19 -05:00
Eric Westphal
a6642353d7
Add Enable_Sensors to settings UI
2017-01-07 08:05:37 -05:00
Eric Westphal
c9c02e2e86
Change execution modes of non-executables
2016-12-29 06:43:00 -06:00
Jon Vadney
6198fc2ce3
add ability to set static ip from web ui when in dev mode
2016-12-25 07:03:56 +00:00
Christopher Young
0ed4c0bfb7
Remove globalSettings.AHRS_Enabled.
2016-11-17 19:01:03 -05:00
Christopher Young
6c50a96347
Remove 'AHRS_GDL90_Enabled' option.
2016-11-17 18:18:16 -05:00
Christopher Young
a777e7d462
Manual merge.
2016-11-16 16:15:30 -05:00
Jim Jacobsen
9f1fd88485
Added developer mode handing from /etc/stratux.conf instead, then this allows options in the status and settings pages. Would like to add a menu option for this in the future though
2016-10-01 19:59:41 -05:00
Christopher Young
31bbf1bc1b
Don't display serialout settings unless a serialout device is present.
2016-09-19 12:25:23 -04:00
Christopher Young
30fe7295c4
Add automatic serialout when /dev/serialout0 is present.
...
/dev/serialout0 created by either inserting a CP2102-based
USB-to-Serial dongle or by symlink.
2016-09-19 12:21:39 -04:00
Christopher Young
77ecb0d6ad
Merge remote-tracking branch 'origin/master' into uavionix
...
# Conflicts:
# Makefile
# image/mkimg.sh
# selfupdate/makeupdate.sh
2016-07-14 15:45:34 -04:00
AvSquirrel
7b02ff0b70
Update settings.js for AHRS GDL90 toggle
2016-06-08 03:38:45 +00:00
Christopher Young
9e6ba2094e
Allow user to set ppm to a blank string.
...
13c6fef514
2016-05-29 01:45:13 -04:00
cyoung
3843350432
Merge pull request #427 from uavionix/master
...
Initial
2016-05-26 23:15:41 -04:00
Christopher Young
13c6fef514
Allow user to set watch list to a blank string.
2016-05-16 17:51:38 -04:00
AvSquirrel
57197c55eb
Split out traffic source from DEBUG. Fix panic closing closed channel.
2016-05-03 04:40:51 +00:00
bradanlane
70269dd442
trigger reboot as a webservice and redirect webui to wait on the status page for the reboot to complete
2016-04-13 12:38:37 -04:00
Christopher Young
bb6b2c5d70
Move /updateUpload URL to :8080 address.
2016-03-07 20:06:09 -05:00
Ryan C. Braun
6ae392af6d
Merge branch 'master' of https://github.com/cyoung/stratux
...
Conflicts:
main/gen_gdl90.go
web/plates/js/settings.js
2016-05-04 05:50:52 +00:00
Ryan C. Braun
69a933efdd
Merge branch 'master' of https://github.com/cyoung/stratux
...
Conflicts:
Makefile
main/traffic.go
2016-04-20 09:29:56 +00:00
Ryan C. Braun
91fd133271
First cut of uAvionix Ping changes
2016-04-20 08:59:55 +00:00