From 8f28c335b44476a201fb321afbd541e1f56da3d9 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Tue, 14 Apr 2015 20:50:40 -0400 Subject: [PATCH] Update DoorBellMote.ino --- Examples/DoorBellMote/DoorBellMote.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {