Browse Source

Fix BNSZ01 build flag

fastled
Xose Pérez 7 years ago
parent
commit
a46fbf8908
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/hardware.ino

+ 1
- 1
code/espurna/hardware.ino View File

@ -284,7 +284,7 @@ void hwUpwardsCompatibility() {
setSetting("chLogic", 5, 0);
setSetting("relays", 1);
#elif defined(ITEAD_BN_SZ01)
#elif defined(ITEAD_BNSZ01)
setSetting("board", 25);
setSetting("relayProvider", RELAY_PROVIDER_LIGHT);


Loading…
Cancel
Save