Remove the initial check for update

This commit is contained in:
Robert Strouse 2024-01-27 09:14:00 -08:00
parent 7d9d0b7fe9
commit ad5c64c4c2
4 changed files with 3 additions and 2 deletions

View file

@ -34,7 +34,7 @@ void setup() {
delay(1000);
net.setup();
somfy.begin();
git.checkForUpdate();
//git.checkForUpdate();
}
void loop() {