Initial commit

This commit is contained in:
2025-07-31 17:00:53 +03:00
commit 582d0b1316
22 changed files with 2205178 additions and 0 deletions

6
api.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
require_once __DIR__ . '/inc/bootstrap.php';
$voltage = $_REQUEST['voltage'] ?? 0;
file_put_contents(STORAGE_DIR . '/voltageNodeMCU.txt', $voltage);
echo 'ok';