Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By sumotoy
#36019 Hello,
I'm converting some library to ESP8266 but I really need to get the installed version number from withing code, on Teensy I can read #if (TEENSYDUINO > 121) etc. but I have tried to read ESP8266 (I suppose was there) and I get only 1. Any help?