-->
Page 1 of 1

How to get core version library from code.

PostPosted: Tue Dec 08, 2015 5:04 pm
by sumotoy
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?