Wykres commitów

291 Commity (master)

Autor SHA1 Wiadomość Data
Jordan T b28b002e6b Dynamically change theme css 2020-08-19 10:40:07 -05:00
Jordan T 4241d2a17e Add dark mode switch 2020-08-19 10:38:29 -05:00
Jordan T fb7a09ba3e Add dark mode switch 2020-08-19 10:38:19 -05:00
Jordan T eb4fc67e22 Move embedded styling to css 2020-08-19 10:36:17 -05:00
cyoung cf28a07c9f
Merge pull request #756 from PepperJo/showheightWGS84
Website: Add height above ellipsoid
2020-05-15 15:21:56 -04:00
Jonathan 115c4c3373 Missing closing bracket 2020-01-07 19:45:19 -06:00
cyoung be93f4290c Add WiFi "Smart Mode" option.
No default gateway. Allows iOS to choose internet source (cellular or WiFi).
2019-12-21 12:32:02 -05:00
cyoung 39bb2e3415 Add min/max observed CPU temps.
#728.
2019-01-31 11:45:21 -05:00
PepperJo 5974fd2266 Website: Add height above ellipsoid
Add GPS height above WGS-84 ellispoid to the website.

Signed-off-by: PepperJo <pepperjo@japf.ch>
2018-10-24 21:34:54 +02:00
Eric Westphal 5495b8b265 Add warning messages for pseudo-AHRS and no AHRS 2018-09-30 22:40:45 +00:00
Eric Westphal 9b5c850d9e Enable Connected indicators on Towers and GPS/AHRS web UI pages 2018-09-30 18:23:43 +00:00
Eric Westphal 7a31db058e Remove Calibrate Gyros from Settings page of web UI 2018-09-30 01:56:06 +00:00
Eric Westphal da66dc5461 Merge remote-tracking branch 'cyoung/master' into ahrs_warnings 2018-09-29 21:57:53 +00:00
Eric Westphal de865c6961 Add Gyro Calibration button to AHRS page in web UI 2018-09-29 21:57:30 +00:00
Eric Westphal b42350f1cf ahrs.js code cleanup, improve ahrs error display 2018-09-29 18:46:34 +00:00
Eric Westphal 3b32df7f39 Display AHRS ground mode warning in web UI 2018-09-29 11:06:54 +00:00
Eric Westphal 65e80816c2 Merge branch 'master' into wifi 2018-08-05 22:24:25 -04:00
cyoung 8d9fdd31f7 Add info to main status help page.
Fixes #728.
2018-07-30 10:43:33 -04:00
cyoung 6df88abc72 Increase suggested wait time on updates. 2018-06-26 09:39:37 -04:00
cyoung 6a40d979b7 Make PPM setting a developer option.
#79.
2018-01-17 14:10:24 -05:00
cyoung da28af53c0 Simplify "Settings" page.
Only display "Hardware" and "Diagnostic" settings when in developer mode.
2018-01-17 10:55:09 -05:00
cyoung 2df716f2f6 Remove unused 'CPULoad' status variable. 2017-10-11 08:40:10 -04: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
Eric Westphal be692f7a84 Merge remote-tracking branch 'peeps/patch-2' into peeps 2017-07-22 15:31:37 -04:00
peepsnet 8932abf342 Removed Confirm Modal and cleaned up modals 2017-07-22 14:49:15 -04:00
peepsnet dd9afdac33 error checking in SSID and WPA Passphrase 2017-07-22 14:48:11 -04:00
Eric Westphal c406c344aa Grey out settings text boxes when disabled. 2017-07-22 13:22:58 -04:00
Eric Westphal cc24fb6fef Added Go portion of @peepsnet WiFi handling. 2017-07-22 12:43:32 -04:00
Eric Westphal ef3c8d526a Whitespace fixes 2017-07-20 17:35:55 -04:00
Eric Westphal 8fadfe0602 Formatting and spelling. 2017-07-18 19:29:50 -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 aa74554a81 Change sensor switch names. 2017-07-15 22:06:26 -04:00
peepsnet 95f4d0a278 Update main.js 2017-07-13 09:13:14 -04:00
peepsnet 57c6c8ee8b look and feel 2017-07-12 21:13:52 -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 5d13c10a58 Updated Help also 2017-07-10 22:56:39 -04:00
peepsnet f5e1ec828f Tweak look feel 2017-07-10 21:42:28 -04:00
peepsnet dca880738d class to grey out div 2017-07-10 20:40:26 -04:00
peepsnet f42bb4d47f cleaned up application constants 2017-07-10 20:39:25 -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
peepsnet aad4dc53ec HTML/JS Prep for WiFi Settings and StaticIP value fix
FIrst, I added the missing code to pull in the Static IP info the input field from the JSON string

Second and biggest:
This is the code to add the WiFi Settings to the Settings Page. In preparation for the GO code behind the scenes

Before it is live/working a few lines should be removed and the modals cleaned up. 

I had some issues getting the ng-bind working in the modalErrorWiFi modal. There is an update issue. Something about being outside of the digest.  I'm not sure.

The code sends a JSON string:  {"WiFiSSID":"stratux","WiFiSecurityEnabled":true,"WiFiPasscode":"h98tdjepi","WiFiChannel":"5"} to /setSettings

I also did some cleanup in the HTML.
2017-07-10 20:32:40 -04:00
Eric Westphal 5c66d14d00 Re-word AHRS orientation dialog boxes. 2017-07-07 19:56:45 -04:00
Eric Westphal e0faa71b3f Remove 'up' section from orientation procedure. 2017-07-06 19:45:01 -04:00
Eric Westphal ccf04867fb Reduce AI pitch scale. 2017-07-06 19:43:32 -04:00
Eric Westphal 1bf2a9d808 Developer UI page allows downloading and deleting AHRS logs. 2017-07-03 19:43:51 -04:00
Eric Westphal e657a400f8 Elongate all the 5 deg marks on AI. 2017-07-01 17:32:23 -04:00