tekHedd

Results 27 comments of tekHedd

[edit] Actually, it looks like this issue has been fixed in 1.7.6. My actual problem is that the source map link at the bottom of the minified file exists after...

FYI workaround: add this so that it will run before the minify plugin. (Note use of deprecated tasks element!) [updated to fix failure to build after clean] org.apache.maven.plugins maven-antrun-plugin 1.8...

Note that HFC uses the _first_ value set for the param, not the last one as expected. (I think this is incorrect?) Otherwise technically harmless but very annoying. It should...

Yes, meaningful error messages would be great. Although if this is a hard error I feel like it should return a hard error instead of continuing. "Log an error but...

I'm using the latest nginx. Yes, that documentation is old--and the new documentation does _not_ say this about overwriting the values. The only real problem is confusion of the end...

I get the same error with Arduino on an ESP8266 D1 Pro clone in STA mode when fetching wifi.htm. `ets Jan 8 2013,rst cause:2, boot mode:(3,6)` /wifi/list works as expected....

I strongly suspect your (and my) problem is due to PROGMEM. If you replace the /wifi.htm handler with one that returns a non-PROGMEM char string, the problem should go away.

issue gone in v4.0.0, which also appears to have the edit mentioned by @LukeTrainor, and also defaults to non-PROGMEM. Works great. Recommend closing the issue as fixed. This is definitely...

This appears to be partly solved by using the new nonblock code and handleWifi() calls. I found that the ESP can end up unresponsive when you switch back and forth...

Simple: Don't call begin(). Look at the source: you can enable AP mode manually when a button is pressed yourself instead.