diff --git a/Examples/DoorBellMote/DoorBellMote.ino b/Examples/DoorBellMote/DoorBellMote.ino index fdbf076..95a994b 100644 --- a/Examples/DoorBellMote/DoorBellMote.ino +++ b/Examples/DoorBellMote/DoorBellMote.ino @@ -73,7 +73,7 @@ RFM69 radio; // SPI_CS - CS pin attached to SPI flash chip (8 in case of Moteino) // MANUFACTURER_ID - OPTIONAL, 0xEF30 for windbond 4mbit flash (Moteino OEM) ///////////////////////////////////////////////////////////////////////////// -SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D15 +SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D4 void setup(void) {