[RESOLVED] Strings cause arduino to crash :(

Solving the problem? Use less strings,

Or better yet, don't use Strings at all.

Use null terminated char arrays, also known as strings.