Added DNS resolver to [19_m1284p_WIZNET_blynk],
slightly optimized code. Tested on M644p - OK.
This commit is contained in:
@@ -33,9 +33,18 @@
|
||||
#endif
|
||||
|
||||
#ifndef BLYNK_INFO_CPU
|
||||
/*
|
||||
#if defined (__AVR_ATmega644P__)
|
||||
#define BLYNK_INFO_CPU "ATmega644"
|
||||
#elif defined (__AVR_ATmega1284P__)
|
||||
#define BLYNK_INFO_CPU "ATmega1284"
|
||||
#else
|
||||
#define BLYNK_INFO_CPU "ATmega2560"
|
||||
//#define BLYNK_INFO_CPU "ST103FRB"
|
||||
#endif
|
||||
*/
|
||||
#define BLYNK_INFO_CPU "ATmega2560"
|
||||
#endif
|
||||
|
||||
#ifndef BLYNK_INFO_CONNECTION
|
||||
#define BLYNK_INFO_CONNECTION "W5000"
|
||||
|
||||
Reference in New Issue
Block a user