mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-27 21:16:50 +03:00
* Fix eboot crash with exception 28. ets_printf takes pointer argument, not 32bit literal. * add missing eboot.elf for 32b load fix * Corrected pointer use for uint32_t arrays. * removed accidental change from uitn32_t to int32_t