diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0f0d740..080e70d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,10 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/src/IRBedroom.cpp b/src/IRBedroom.cpp index 581ca54..ab9a324 100644 --- a/src/IRBedroom.cpp +++ b/src/IRBedroom.cpp @@ -32,10 +32,10 @@ decode_results results; // Somewhere to store the results // Update these with values suitable for your network. -const char* ssid = "JoeNelsDarlings"; +const char* ssid = "JoNelsDarlings"; const char* password = "Paris2016"; const char* mqtt_server = "mqtt.ddns.kawomi.com"; -const String room_name = "IRBedroom"; +const String room_name = "IRLivingroom"; //const String room_name = "IRBedroom"; WiFiClient espClient;