-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's new - Device information is now available on the `Info` Page, these include - Memory Usage (realtime updates) - Bootloader version & boot mode - Wi-PWN version & ESP8266 SDK version - Flash & Chip unique identifiers (IDs) - Wi-PWN now displays correctly on Firefox & Iceweasel *(Oh, and Internet Explorer)* - Fixed Input bug where the input label would overlap the input text - Animation improvements, the body only fades in once elements are fully loaded (Implemented on settings page) - Fixed Wi-PWN failing to load 404 elements if in a subdirectory (URLs use direct instead of relative paths) - Minor UI updates ## Android App updates - Now includes extra navigation items to different pages (including the useful, new info page) - Fixed `Open in browser` action menu bug - Added Discord & Github links to navigation pane *NOTE: The app publisher name was updated from `mirumcode.wi_pwn` to `samdd.wipwn`, if you had the previous version installed you will find yourself with duplicate apps*
- Loading branch information
Showing
11 changed files
with
109 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"availableram":"6816", | ||
"freememory":"6816", | ||
"bootmode":"1", | ||
"bootversion":"31", | ||
"sdkversion":"1.3.0", | ||
|