From 38a063bde52c6984e52f07d7cf21898f5c397ffd Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Sun, 18 Nov 2018 10:33:43 +0100 Subject: [PATCH] Forgot to delete an obsolete comment --- code/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/main.py b/code/main.py index 9cc82f9..1191a73 100644 --- a/code/main.py +++ b/code/main.py @@ -37,8 +37,6 @@ COULEUR = [255, 255, 255] # Couleur de base (à luminosité max) board_type = uname()[0] print("Système :", board_type) -# Neopixels - if board_type == 'esp8266': NEOPIX_PIN = 2 # Les deux broches suivantes doivent être capable d'interruption !!!