mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 08:15:51 +03:00
[PR #635] [MERGED] Making the web content maintainable #1086
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1086
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/635
Author: @tobozo
Created: 10/11/2017
Status: ✅ Merged
Merged: 10/14/2017
Merged by: @tobozo
Base:
testing← Head:spiffs📝 Commits (8)
ddcbd2fmoved web_server to /data folder, now use the ESP8266 Sketch Data Upload to manage web UIa93863fimplemented l10n6eebb70cleanup81df4f1now serve any file from SPIFFSb546206implemented l10n96c504eMerge pull request #637 from jokin1999/spiffs4b7ef2bbackporting @rubfi #638 PR vendorlistbb6a2d8Merge branch 'spiffs' of github.com:spacehuhn/esp8266_deauther into spiffs📊 Changes
28 files changed (+25790 additions, -23984 deletions)
View changed files
📝
README.md(+5 -0)📝
esp8266_deauther/data.h(+38 -22922)📝
esp8266_deauther/data/apscan.html(+15 -15)📝
esp8266_deauther/data/attack.html(+30 -31)➕
esp8266_deauther/data/config.ru(+32 -0)📝
esp8266_deauther/data/error.html(+8 -7)📝
esp8266_deauther/data/index.html(+11 -10)📝
esp8266_deauther/data/info.html(+19 -16)📝
esp8266_deauther/data/js/apscan.js(+6 -6)📝
esp8266_deauther/data/js/attack.js(+9 -9)📝
esp8266_deauther/data/js/functions.js(+8 -4)➕
esp8266_deauther/data/js/l10n.js(+244 -0)📝
esp8266_deauther/data/js/settings.js(+6 -6)📝
esp8266_deauther/data/js/stations.js(+19 -19)➕
esp8266_deauther/data/l10n/en.json(+182 -0)➕
esp8266_deauther/data/l10n/fr.json(+181 -0)➕
esp8266_deauther/data/l10n/zh-CN.json(+182 -0)📝
esp8266_deauther/data/license(+0 -0)📝
esp8266_deauther/data/settings.html(+53 -29)📝
esp8266_deauther/data/stations.html(+21 -22)...and 8 more files
📄 Description
Added the ability to serve HTML/JS/CSS files from SPIFFS instead of memory.
This modification requires to use the ESP8266 Sketch Data Upload plugin during the initial installation process, and every time a file is modified in the /data folder.
Awaiting use cases: UI improvements and customisations, JS debugging, l10n.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.