mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-15 11:26:40 +03:00
Adjust the ::write implementation in Print and its overridden copy in UART to allow it to silentely accept PROGMEM strings (since there is no write_P macro). Fixes #6383