added ESP8266 support#307
Conversation
|
@omersiar |
omersiar
left a comment
There was a problem hiding this comment.
I believe SPI_FLASH_SEC_SIZE is fixed at 4096 bytes which is quite large comparing to Uno's EEPROM. Thank you for the improvement.
|
@omersiar while working and testing the codes, I have got some serious changes and trying to port a few of the examples as in this repository to esp8266. So how to go about these ? |
omersiar
left a comment
There was a problem hiding this comment.
These changes is not compatible with the current state of the Library, also cannot be merged to the master branch. On the other hand others can work on your branch, we need a proposal how to handle esp specific examples.
|
Thanks @omersiar I will take care of your suggestion and will try to implement it if I can. |
|
Not sure you know this, but you can wrap the ESP specific code like this: to prevent any influence on the other platforms |
|
@TheNitek |
Hi,
please let me know if there is something that I am missing with this PR