1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-06 13:29:29 +03:00
Files
esp8266/cores/esp8266/Print.h
Earle F. Philhower, III 7436f3802a Allow Print::println() to work with PROGMEM strings (#6450)
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
2019-08-28 07:59:19 -07:00

3.7 KiB