add something like `printf_P(PSTR("hex=0x%04X\n"), 255); //hex=0x00FF` where I use PSTR because I want store string in **FLASH**, NOT in RAM.
add something like
printf_P(PSTR("hex=0x%04X\n"), 255); //hex=0x00FFwhere I use PSTR because I want store string in FLASH, NOT in RAM.