Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/58117d8718cc7a9f26e9f1e70a3b4ef42961c9ca?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
4 additions and
4 deletions
src/AutoConnectElement.h
src/AutoConnectElementBasisImpl.h
src/AutoConnectElementJsonImpl.h
src/AutoConnectTicker.cpp
@ -1,6 +1,6 @@
/**
/**
* Alias declarations for an accessible the AutoConnectElement class .
* Alias declarations for an accessible the AutoConnectElement class .
* @ file AutoConnectAux . h
* @ file AutoConnectElement . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .8
* @ date 2019 - 03 - 11
* @ date 2019 - 03 - 11
@ -1,6 +1,6 @@
/**
/**
* Implementation of AutoConnectElementBasis classes .
* Implementation of AutoConnectElementBasis classes .
* @ file AutoConnectElementImpl . h
* @ file AutoConnectElementBasis Impl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .11
* @ version 0.9 .11
* @ date 2019 - 06 - 25
* @ date 2019 - 06 - 25
@ -1,6 +1,6 @@
/**
/**
* Implementation of AutoConnectElementJson classes .
* Implementation of AutoConnectElementJson classes .
* @ file AutoConnectElementImpl . h
* @ file AutoConnectElementJson Impl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 1.0 .0
* @ version 1.0 .0
* @ date 2019 - 09 - 03
* @ date 2019 - 09 - 03
@ -2,7 +2,7 @@
* AutoConnectTicker class implementation .
* AutoConnectTicker class implementation .
* Provides a service that shows the flicker signal according to WiFi
* Provides a service that shows the flicker signal according to WiFi
* connection status .
* connection status .
* @ file AutoConnect . cpp
* @ file AutoConnectTicker . cpp
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .11
* @ version 0.9 .11
* @ date 2019 - 07 - 09
* @ date 2019 - 07 - 09