Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/042e9300a1bb45332e41086e8e1705b7dfccf211?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
examples/ConfigIP/ConfigIP.ino
@ -63,28 +63,28 @@ static const char AUX_CONFIGIP[] PROGMEM = R"(
" name " : " staip " ,
" type " : " ACInput " ,
" label " : " IP " ,
" pattern " : " ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]) \\ .){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5] )$ " ,
" pattern " : " ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) \\ .){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]? )$ " ,
" global " : true
} ,
{
" name " : " gateway " ,
" type " : " ACInput " ,
" label " : " Gateway " ,
" pattern " : " ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]) \\ .){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5] )$ " ,
" pattern " : " ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) \\ .){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]? )$ " ,
" global " : true
} ,
{
" name " : " netmask " ,
" type " : " ACInput " ,
" label " : " Netmask " ,
" pattern " : " ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]) \\ .){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5] )$ " ,
" pattern " : " ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) \\ .){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]? )$ " ,
" global " : true
} ,
{
" name " : " dns1 " ,
" type " : " ACInput " ,
" label " : " DNS " ,
" pattern " : " ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]) \\ .){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5] )$ " ,
" pattern " : " ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) \\ .){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]? )$ " ,
" global " : true
} ,
{