quitar archivos configuracion visual

develop
Gerardo 2023-04-18 21:45:24 +02:00
parent 64f8d6eef2
commit 183d18bbb7
7 changed files with 2 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/globoSonda/src/.vs/* /globoSonda/src/.vs/*
/web_api/__pycache__/* /web_api/__pycache__/*
/globoSonda/.vs/*

View File

@ -1,9 +0,0 @@
{
"ExpandedNodes": [
"",
"\\examples",
"\\src"
],
"SelectedNode": "\\src\\SIM808Manager.cpp",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

Binary file not shown.

View File

@ -15,7 +15,7 @@ void setup() {
Serial.begin(9600); Serial.begin(9600);
Wire.begin(SDA_PIN, SCL_PIN); Wire.begin(SDA_PIN, SCL_PIN);
acele.Init(&Wire); acele.Init();
} }
void loop() { void loop() {