Increased IFTTT webhook key length.

This commit is contained in:
Oliver Schmidt 2018-11-07 20:43:20 +01:00
parent 334bdb88a0
commit f349ac6bd3

View File

@ -12,7 +12,7 @@
#include "../inc/ip65.h"
#include "ifttt.h"
char key[22 + 1];
char key[80 + 1];
char text[280 + 1];
void error_exit(void)