Skip to content

Commit

Permalink
update webflash binary
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Feb 3, 2023
1 parent 7585756 commit 30d054f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ void Network::setupDevice()
int hardwareDetect = _preferences->getInt(preference_network_hardware);
int hardwareDetectGpio = _preferences->getInt(preference_network_hardware_gpio);

Log->print("Hardware detect : "); Log->println(hardwareDetect);
Log->print("Hardware detect GPIO: "); Log->println(hardwareDetectGpio);
Log->print(F("Hardware detect : ")); Log->println(hardwareDetect);
Log->print(F("Hardware detect GPIO: ")); Log->println(hardwareDetectGpio);

if(hardwareDetect == 0)
{
Expand Down
Binary file modified webflash/nuki_hub.bin
Binary file not shown.

0 comments on commit 30d054f

Please sign in to comment.