dchristl
dchristl
Hello mariusl, you can check out my [modified version](https://github.com/dchristl/esp32_nat_router_extended) of this project. This is build with PlatformIO IDE extension of VSCode. The setup process is explained [here](https://github.com/dchristl/esp32_nat_router_extended/blob/master/docs/BUILD.md).
Have you checked out my linked setup process documentation? In the last screenshot you can see the compile and upload button highlighted:  The 2nd one (arrow right) is for...
I think your PlatformIO-Espressif 32 -platform module is too old (3.3.2). For support of your installed esp-idf (4.3.0) you need at least 3.4.0 (s [Release](https://github.com/platformio/platform-espressif32/releases))  I think after updating...
This is called HTML minifying and is implemented inside the build.py-script with python.
> I like your repeater code. It works very well. But it would be nice if we could scan nearby access points, and show some information about them, like ssid,...
> Hey martin do u including scanning button for wi-fi network ? To see what network of around me ? Hi @houserchii, I missed the same functionality and used this...
I had the same problem and there is an error in the code causing this issue. The UpdateCheckController checks the current version with the key CFBundleVersionShortString, but this one does...
Thank you for your feedback Itheras. I understand your point and you are right. I will remove all hints to this feature in the documentation before any release. I think,...
Thank you for your answers. I've already released a first alpha version. @darthnithin I'm not quite sure what you mean by obfuscating features. It is more an undocumented or hidden...
Hello @Sn0wfreezeDev thank you for your answer. There is no image included, it uses the default one from sickcodes with slightly changed plist. @lucaliceti There is already a release at...