I couldn't pass the compiler, and got following error msgs:
WARNING: library AltSoftSerial claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s).
It would be helpful if you can provide the compatibility for esp8266, because esp8266 has only one UART and the softwareserial such on communicating with RS232.
Hi, I used arduino IDE to code esp8266. (https://github.com/esp8266/Arduino) when I wrote:
I couldn't pass the compiler, and got following error msgs: WARNING: library AltSoftSerial claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s).
It would be helpful if you can provide the compatibility for esp8266, because esp8266 has only one UART and the softwareserial such on communicating with RS232.
Thanks in advance.
Lucas