Skip to content

Commit 10003ca

Browse files
Merge pull request #13 from Pletacka-IoT/last-stable
Last stable
2 parents f88a1c5 + 91e2a09 commit 10003ca

178 files changed

Lines changed: 12280 additions & 32 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/doxygen.ymlβ€Ž

100644100755
File mode changed.

β€Ž.github/workflows/php.ymlβ€Ž

100644100755
File mode changed.

β€Ž.gitignoreβ€Ž

100644100755
File mode changed.

β€Ž.htaccessβ€Ž

100644100755
File mode changed.

β€ŽDoxyfileβ€Ž

100644100755
File mode changed.

β€ŽLICENSEβ€Ž

100644100755
File mode changed.

β€ŽREADME.mdβ€Ž

100644100755
Lines changed: 48 additions & 19 deletions

β€Žapp/Bootstrap.phpβ€Ž

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static function boot(): Configurator
1515
{
1616
$configurator = new Configurator;
1717

18-
$configurator->setDebugMode(array("192.168.0.112", "192.168.0.134", "25.86.125.145", "192.168.0.114", "192.168.0.15", "192.168.0.141", "25.58.99.187")); // enable for your remote IP
18+
$configurator->setDebugMode(array("192.168.0.112", "192.168.0.134", "25.86.125.145", "192.168.0.114", "192.168.0.15", "192.168.0.141", "25.58.99.187", "192.168.0.154")); // enable for your remote IP
1919
// $configurator->setDebugMode(false);
2020
$configurator->enableTracy(__DIR__ . '/../log');
2121

β€Žapp/CoreModule/Component/PletackaChartControl/PletackaChartControl.latteβ€Ž

100644100755
File mode changed.

β€Žapp/CoreModule/Component/PletackaChartControl/PletackaChartControl.phpβ€Ž

100644100755
File mode changed.

0 commit comments

Comments
Β (0)