ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Sprite_tm
#3972 Mmm, I'd not classify it as a bug: you're just not supposed to have a single % anywhere in a template. Your code fixes it if it's the only or last % on the page, but single %'s anywhere else on the page will still mess things up, and your code actually masks the error. That's why I won't accept your patch; I'd rather have it fail consistently in that case.

You could make a point that there's a reason you may want to include % signs on a page, but adding an option to escape those is a better solution than this. I'll see if I can add that.
User avatar
By Sprite_tm
#3996 Ok, I just pushed v0.2 to Git. For the address, see the start post or run a 'git pull' if you downloaded it earlier.

Changelog:
- Tested against 0.9.3 SDK
- Improved stability
- Fixed mkespfsimage bug (Thanks Rick Bronson & kisesp)
- Added warning for scan in ap mode
- Added option to go into ap-only mode
- Added %%-escape to get a literal % in tpl files
- Nice icons for RSSI and encryption in ap list

Please post any bugs here in the topic.
(Also, an example server will be running at the address mentioned in the top post, if you want to try it.)
User avatar
By alonewolfx2
#4010
Sprite_tm wrote:Ok, I just pushed v0.2 to Git. For the address, see the start post or run a 'git pull' if you downloaded it earlier.

Changelog:
- Tested against 0.9.3 SDK
- Improved stability
- Fixed mkespfsimage bug (Thanks Rick Bronson & kisesp)
- Added warning for scan in ap mode
- Added option to go into ap-only mode
- Added %%-escape to get a literal % in tpl files
- Nice icons for RSSI and encryption in ap list

Please post any bugs here in the topic.
(Also, an example server will be running at the address mentioned in the top post, if you want to try it.)

thank you again for nice work. i cant see new look on your server link :(