tobozo
tobozo
hi @liklev thanks for your feedback the topic is more about how to implement a11y at software level rather than fixing colorblind people :-)
Explicitely separating visual signals, adding filter for the eyes, both are valid solutions indeed. However those are "hardware" fixtures and the initial issue is about implementing a software approach. Since...
@Ozymandias1700 I've tested the [Pimoroni ESP IOT pHat](https://learn.pimoroni.com/tutorial/hal13/getting-started-with-iot-phat) on a Pi Zero and came up with two issues (specific to this build): 1) not all buttons are connected to the...
Some of the slashed quotes are mistyped (found one with a space between / and "), this makes the JSON parsing fail and the webUI loads the default language. ...
Please submit your changes so we can cross-verify (i.e use gist or json validator online or pastebin). I doubt there's a problem with utf8 otherwise we'd already know. If the...
there are different approaches to that 1) RTL page `html { direction: rtl; }` 2) RTL layout `section { direction: rtl; }` 3) RTL blocks `span { direction :rtl; }`...
the bidi byte won't fix the left/right alignment problems, and it's implicitly inserted anyway if things are made correctly on the layout when you switch languages, all you need is...
There's also the [language.h](https://github.com/spacehuhn/esp8266_deauther/blob/master/esp8266_deauther/language.h) file although not everything should be translated there. I can eventually provide a French translation for web UI and terminal, and use this opportunity to also...
thanks! next steps is to merge the json, generate the gz files, and add the new file to the listed routes for the web server
I think the error message is trying to tell you to do this : 