Browse Source

Fix typo

i18n
Xose Pérez 6 years ago
parent
commit
c14b76db8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/thinkspeak.ino

+ 1
- 1
code/espurna/thinkspeak.ino View File

@ -73,7 +73,7 @@ void _tspkConfigure() {
void _tspkPost(String data) {
_tspk_client.onError([](void * arg, AsyncClient * client, int error) {
_P(PSTR("[THINGSPEAK] Connection error (%d)\n", error);
DEBUG_MSG_P(PSTR("[THINGSPEAK] Connection error (%d)\n", error);
_tspk_client = NULL;
}, NULL);


Loading…
Cancel
Save