todo deja fait

This commit is contained in:
Julien Cabillot 2017-03-12 01:28:00 +01:00 committed by Cabillot Julien
parent 54f902b99f
commit e9377a2be5

View File

@ -38,8 +38,6 @@ void setup()
client.setServer(MQTT_SERVER, MQTT_PORT); client.setServer(MQTT_SERVER, MQTT_PORT);
client.setCallback(callbackMQTT); client.setCallback(callbackMQTT);
testConnectMQTT(); testConnectMQTT();
// TODO : ne marche pas comme je le désire :
// au boot il prends les params par défaut, j'aimerais ceux de home assistant
// LED // LED
LEDS.addLeds<LED_CHIPSET,LED_PIN, LED_COLOR_ORDER>(leds, LED_NUM).setCorrection(TypicalSMD5050); LEDS.addLeds<LED_CHIPSET,LED_PIN, LED_COLOR_ORDER>(leds, LED_NUM).setCorrection(TypicalSMD5050);