Roz change indicators
This commit is contained in:
17
Rozetka/.vscode/extensions.json
vendored
17
Rozetka/.vscode/extensions.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -19,4 +19,5 @@ upload_port = 192.168.1.137
|
||||
lib_deps =
|
||||
ottowinter/AsyncMqttClient-esphome @ ^0.8.4
|
||||
jwrw/ESP_EEPROM @ ^2.1.0
|
||||
https://github.com/thomasfredericks/Bounce2.git
|
||||
; sstaub/Ticker @ ^3.2.0
|
||||
@@ -9,9 +9,9 @@
|
||||
#define BUTT2 (2)
|
||||
#define SOCK1 (4)
|
||||
#define SOCK2 (5)
|
||||
#define LED_WF (13) //Green
|
||||
#define LED_WF (14) //Green
|
||||
#define LED_MQ (12) //Blue
|
||||
#define LED_WRK (14) //Red
|
||||
#define LED_WRK (13) //Red
|
||||
|
||||
const char* ssid = "wf-home";
|
||||
const char* password = "0ndthnrf";
|
||||
@@ -93,8 +93,8 @@ void setup(){
|
||||
but2.interval(50);
|
||||
pinMode(SOCK1, OUTPUT);
|
||||
pinMode(SOCK2, OUTPUT);
|
||||
digitalWrite(LED_WF, HIGH);
|
||||
digitalWrite(LED_MQ, HIGH);
|
||||
//digitalWrite(LED_WF, HIGH);
|
||||
//digitalWrite(LED_MQ, HIGH);
|
||||
digitalWrite(LED_WRK, HIGH);
|
||||
EEPROM.begin(8);
|
||||
stat1 = EEPROM.read(0);
|
||||
|
||||
Reference in New Issue
Block a user