Compare commits

..

No commits in common. "6a9d09ddf3df41a3ed59f3a5ddfcddc514bd90bb" and "eee7baaece704a260d6f81c91ff9072e1b15512a" have entirely different histories.

3 changed files with 18 additions and 5 deletions

5
Software/.gitignore vendored
View File

@ -1,5 +1,8 @@
data/
.pio
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
wifi_credentials.ini
__pycache__

10
Software/.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
// 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"
]
}

View File

@ -46,10 +46,10 @@ monitor_speed = 115200
lib_ldf_mode = deep
lib_deps =
olikraus/U8g2 @ ^2.35.9
adafruit/Adafruit NeoPixel @ ^1.12.0
sstaub/Ticker @ ^4.4.0
robtillaart/I2C_EEPROM @ ^1.8.2
olikraus/U8g2 @ ^2.28.8
adafruit/Adafruit NeoPixel @ ^1.11.0
sstaub/Ticker @ ^4.2.0
robtillaart/I2C_EEPROM @ ^1.5.2
esphome/ESPAsyncWebServer-esphome @ 3.1.0
bblanchon/ArduinoJson @ ^7.0.1