02 - Copy or update repository sources
The sources are available on the Github (a code repository web server)
once your Visual Studio is launched, go to your Terminal and type
git clone https://github.com/xlyric/pv-router-esp32.git
it will then clone the repository on your machine and you can adapt the code to your needs and upload it.
you can then go to the directory created during the command
In the case of an update, you can update your code again with the following command
git pull
Default configuration
If you want to keep the router in access point mode, you don't have to do anything, just upload the code.
If you want to use it on your wifi network, you have to configure 1 file to operate the Router
In the Data directory which contains the HTML pages, you must rename the file wifi.json.ori
in wifi.json and enter the connection parameters of your internet box
No Comments