place mac to SRAM instead of flash#397
place mac to SRAM instead of flash#397nagimov wants to merge 1 commit intonjh:masterfrom nagimov:patch-1
Conversation
This example doesn't work when mac is placed to flash (using nano v3 with old bootloader)
nuno-silva
left a comment
There was a problem hiding this comment.
|
@nuno-silva Line 91 in 420dd84 |
|
No need for an additional argument :) The overloaded begin method would just need to read the uint8_t array from flash to a temporary buffer in the stack/RAM and call the regular |
|
I could implemented it, but I have no setup to test it at the moment. |
|
Better solution is in #398 |
fixes njh#397 (ntpClient example)
This example doesn't work when mac is placed to flash (using nano v3 with old bootloader)