From: Frédéric Péters Date: Wed, 26 Aug 2020 08:10:31 +0000 (+0200) Subject: comment out unused labels X-Git-Url: https://git.0d.be/?p=PanikSwitch.git;a=commitdiff_plain;h=49d06b8b87253fb39dae6e24a5086272d078aecb comment out unused labels --- diff --git a/PanikSwitch.h b/PanikSwitch.h index f3441c6..08af446 100644 --- a/PanikSwitch.h +++ b/PanikSwitch.h @@ -56,6 +56,7 @@ switchSelection_t operator+=(switchSelection_t &lhs, int rhs) { /* store switch state labels as an array in program memory see http://arduino.cc/en/Reference/PROGMEM */ +/* prog_char label_nonstop[] PROGMEM = "Non-Stop"; prog_char label_studio1[] PROGMEM = "Studio 1"; prog_char label_studio2[] PROGMEM = "Studio 2"; @@ -64,3 +65,4 @@ PROGMEM const char *selection_labels[] = { label_nonstop, label_studio1, label_studio2 }; +*/