1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix initialisation, fix HardwareSerial, add esptool.py flashing

This commit is contained in:
Ivan Grokhotkov
2014-11-25 09:58:14 +03:00
parent c633f53634
commit 636745b9a8
7 changed files with 20 additions and 10 deletions

View File

@ -344,4 +344,4 @@ PROVIDE ( flashchip = 0x3fffc714);
malloc = pvPortMalloc;
free = vPortFree;
realloc = pvPortRealloc;