diff -r 608592f74b10 -r 940a668e568f thermferm/devices.c --- a/thermferm/devices.c Sat Mar 07 11:33:10 2015 +0100 +++ b/thermferm/devices.c Sat Mar 07 12:08:00 2015 +0100 @@ -329,7 +329,7 @@ #ifdef HAVE_WIRINGPI_H if (piBoardRev() == 2) { /* - * Support rev B boards only + * Support rev B and newer boards only */ found = FALSE; for (device = Config.devices; device; device = device->next) {