1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Merge pull request #1 from esp8266/master

pull master
This commit is contained in:
Me No Dev
2015-11-07 22:04:38 +02:00
48 changed files with 4716 additions and 23 deletions

View File

@ -10,8 +10,8 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0x79ff0
}
PROVIDE ( _SPIFFS_start = 0 );
PROVIDE ( _SPIFFS_end = 0 );
PROVIDE ( _SPIFFS_start = 0x4027B000 );
PROVIDE ( _SPIFFS_end = 0x4027B000 );
PROVIDE ( _SPIFFS_page = 0 );
PROVIDE ( _SPIFFS_block = 0 );