Update DoorBellMote.ino
This commit is contained in:
parent
53fcf536d0
commit
8f28c335b4
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue