Rotzbua

Results 141 comments of Rotzbua

As mentioned in the linked source the meta is only used by ancient IE versions (6 years EOL!). On the "current" IE11 the meta has no effect, so it is...

> @Rotzbua But there are still some people are using IE8 or IE9, right? Should we ignore them nowadays? Thanks and Regards There are always "some" people using ancient software....

I took some code from the mqtt example. After I configured and reset the esp, there is an encrypted AP. After another restart there is an open AP is started...

> Do you provide any password for the AP? > After "Apply" button you should see: Yes, I compiled my project with `IOTWEBCONF_DEBUG_PWD_TO_SERIAL` and it shows the correct password. Did...

Ok, I found an issue, seems to be an framework bug: https://github.com/espressif/arduino-esp32/issues/5038 May keep this issue open as information for others until it is fixed in the framework.

> Is there any quick fix that can be done via IotWebConf? Force HTTP Auth like on lan access would be an solution. This would be vulnerable to sniffing but...

> Unfortunately when I revert back to 1.0.4, I run into incompatibilities with other libraries I'm using. @societyofrobots You are using Arduino IDE right? Then you can try the development...

> > > Can we somehow detect from the software whether we have an unprotected AP set up? Just with basic esp framework functions. ```cpp // required include extern "C"...

The problems should be fixed with Arduino IDE ESP32 board framework `2.0.0`. Seems that older `1.0.x` wont get a fix https://github.com/espressif/arduino-esp32/issues/5351#issuecomment-925099042 . Platformio is pending: https://github.com/platformio/platform-espressif32/issues/619

I do not understand. Your own comment claims: https://github.com/getgrav/grav/blob/3dd0cabeac9835fe64dcb4b68c658b39f1f6be2f/system/defines.php#L73 Deprecation just means that the variables should not be used for new code and old code should be refactored in the...