Add and comment out line pushing button events to log file

This commit is contained in:
Junior 2026-01-10 16:25:11 -05:00
parent e4dc7b69f2
commit 95e82e54a8

View File

@ -5,6 +5,7 @@ $targets = [1, 2, 3];
$command = 0x00;
//file_put_contents("buttonlog.txt", date('Y-m-d H:i:s')."\n", FILE_APPEND);
foreach ( $targets as $target ) {
$target = intval($target);
$unique = mt_rand(1, 2000000000);