ArduinoBLE icon indicating copy to clipboard operation
ArduinoBLE copied to clipboard

Version 1.2 Changelog

Open bryce13950 opened this issue 4 years ago • 1 comments

Is there any information on what changed between version 1.1 and 1.2? I am experimenting with attempting to reduce the binary size on an Arduino Uno Wifi Rev 2, and when going from 1.1.3 to 1.2.0 my binary goes from 47944 bytes (98% of the rom) to 59344 (122% of the rom). For whatever reason, there seems to be an issue with 1.2.1 on the Uno Wifi Rev 2 compiling, so I was unable to check that. I am wondering if there is an indication of what benefit there is to using 1.2.X, so that I can understand what is causing the new version to require such a larger footprint?

bryce13950 avatar Jun 06 '21 17:06 bryce13950

Hi @bryce13950. You can see all changes made between 1.1.3 and 1.2.1 here: https://github.com/arduino-libraries/ArduinoBLE/compare/1.1.3...1.2.1

per1234 avatar Jun 20 '21 22:06 per1234