void panic(const __FlashStringHelper* message) { while(true) { Serial.println(F("PANIC!")); Serial.println(message); delay(1000); } }