post-l10n fixes

This commit is contained in:
tobozo
2017-10-14 13:19:21 +02:00
parent 3cbccc07bd
commit 581b3e2adb
6 changed files with 16 additions and 7 deletions

View File

@@ -181,6 +181,16 @@ If no port shows up you may have to reinstall the drivers.
**Your ESP8266 Deauther is now ready!**
### Updating the MAC vendor list
The utils folder includes a python script for downloading the latest ["manuf"](https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf) file from Whireshark and convert it to the format understood by esp8266_deauther.
The usage of the script is quite simple: `update_manuf.py [-h] [-o OUTPUT] [-u URL]` , e.g:
```
cd utils
python update_manuf.py -o ../esp8266_deauther/oui.h
```
### Adding an OLED display
![image of the esp8266 deauther with an OLED and three buttons](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/esp8266_with_oled.jpg)

View File

@@ -120,6 +120,6 @@
</div>
</div>
<script src="js/l10n.js" async defer></script>
<script src="js/attack.js"></script>
<script data-src="js/attack.js"></script>
</body>
</html>

View File

@@ -48,7 +48,7 @@
<a href="https://github.com/SamuelKlit" target="_blank">@SamuelKlit</a> (Samuel KS)<br />
<a href="https://github.com/schinfo" target="_blank">@schinfo</a> (Helmut)<br />
<a href="https://github.com/ajnavarro" target="_blank">@ajnavarro</a> (Antonio Navarro Perez)<br />
<a href="https://github.com/rubfi" target="_blank">rubfi</a><br />
<a href="https://github.com/rubfi" target="_blank">@rubfi</a><br />
<br />
Also special thanks to <a href="https://github.com/deantonious" target="_blank">@deantonious</a> for the help with the webdesign!<br />

View File

@@ -149,7 +149,6 @@ function add(id){
getResponse("ClientScanTime.json", function(responseText) {
scanTime.value = responseText;
getResults();
toggleBtn(false);
});
getResults();
toggleBtn(false);

View File

@@ -258,6 +258,6 @@
</div>
</div>
<script src="js/l10n.js" async defer></script>
<script src="js/settings.js"></script>
<script data-src="js/settings.js"></script>
</body>
</html>

View File

@@ -86,6 +86,6 @@
</div>
</div>
<script src="js/l10n.js" async defer></script>
<script src="js/stations.js"></script>
<script data-src="js/stations.js"></script>
</body>
</html>