arduino / ArduinoCore-API

Hardware independent layer of the Arduino cores defining the official API
https://www.arduino.cc/reference/en/
GNU Lesser General Public License v2.1
215 stars 119 forks source link

Fix of empty string printed in case of a 64-bit unsigned integer. #203

Closed aentinger closed 1 year ago

aentinger commented 1 year ago

This fixes #178 .

earlephilhower commented 1 year ago

Thanks!