slaff
slaff
> My current thinking is to get rid of sming.core entirely, just add that as a manual step. That way, the installation only deals with the tools and not Sming...
@kmihaylov Can you fetch the latest `develop` version and check if you still have problems with spiffs?
``` 18:46:28 **** Build of configuration Sming for project HttpServer_ConfigNetwork **** make flashinit Flash init data default and blank data. /c/Espressif/utils/ESP8266/esptool.exe -p COM4 -b 115200 erase_flash Connecting... head: 0 ;total:...
@BotoX Please, fix the issue that Codacy is [reporting](https://www.codacy.com/app/slaff2/SmingOfficial/pullRequest?prid=694956).
@zgoda @ADiea Any comments from your side before I merge this PR?
@anakod Can you please help here? It would be great to have automated package creation and you as the repository owner should be able to do the steps described above.
> Should I try to add it myself? @No13 If you have a suggestion please make a [Pull Request](https://help.github.com/articles/creating-a-pull-request/) and we will review it.
@Asanga-Viraj thank you for your remarks. > Sming choco install -y sming.esp32 doesn't install [idf-v4.3](https://github.com/mikee47/esp-idf/tree/sming/release/v4.3) from your repository. It installs idf-v4.1. This should be fixes today with [this commit](https://github.com/slaff/chocolatey-packages/commit/40ebba32be0ad4ea9fe393b4d4d79fa4b8577d74). >...
> my old basic authentication is not supported @icodk Are you using basic authentication with HttpClient (to view protected pages) or with HttpServer ( to protect pages ) ?
> Yes exactly Which one - Server or Client? If you use the client and want to send request to a page protected with basic auth you can do something...