add better control for disabling flags on the screen for esp8266 wifi configuration

This commit is contained in:
cnlohr 2015-08-07 01:34:28 -04:00
parent 577a0e2d36
commit f844317327
7 changed files with 66 additions and 40 deletions

View file

@ -2,8 +2,8 @@
#define _CCCONFIG_H
#define CCEMBEDDED
#define NUM_LIN_LEDS 217
#define USE_NUM_LIN_LEDS 217
#define NUM_LIN_LEDS 24
#define USE_NUM_LIN_LEDS 24
#define DFREQ 12000
#endif