Browse Source

Change board number

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

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

@ -280,7 +280,7 @@ void hwUpwardsCompatibility() {
#endif
#ifdef SONOFF_RFBRIDGE
setSetting("board", 25);
setSetting("board", 26);
setSetting("ledGPIO", 1, 13);
setSetting("ledLogic", 1, 1);
setSetting("btnGPIO", 1, 0);


Loading…
Cancel
Save