Skip to content

Commit

Permalink
gpio stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Bron authored and Bastien Bron committed Sep 19, 2023
1 parent 9f5fc7e commit 232ffa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions borne/interface/init.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
session_start();
$variant = round(rand(1,2));

require_once '../gpio.php';
ledsOFF();
?>

<!DOCTYPE html>
Expand Down

0 comments on commit 232ffa2

Please sign in to comment.