I am having issues with Minicore compiler to Atmega328PB (potentially affecting the rest of AVR's), the issue rises up when declaring empty strings like, String inputString = "";, this failure compiles with no returning problems and works on PB, but not when you call the function relative to the declared string at the Atmega328pb, the string does not work.
The previous failure does not show up when using the Arduino Ide compiler for Atmega328P, and the compiled binary works perfectly on the Atmega328PB.