everblu-meters-esp8266 icon indicating copy to clipboard operation
everblu-meters-esp8266 copied to clipboard

Compiling error

Open Sakoche31 opened this issue 1 year ago • 3 comments

Bonjour,

Problème de compilation/ J'ai changé : ligne 31 char *jsonTemplate par const char *jsonTemplate

J'ai toujours un problème après changement. Merci pour l'aide

Sakoche31 avatar Apr 10 '23 17:04 Sakoche31

j'ai supprimé Echo_debug sur toutes les lignes du fichier cc1101.cpp, il doit y avoir un problème sur la déclaration : void echo_debug(T_BOOL l_flag, const char *fmt, ...); du fichier utils.h

Sakoche31 avatar Apr 10 '23 20:04 Sakoche31

Bonjour,

Voici les modifications que j'ai fait pour corriger le problème de compilation :
Fichier Utils.h ligne 13 : void echo_debug(T_BOOL l_flag, const char *fmt, ...); Fichier Utils.cpp ligne 62 : void echo_debug(T_BOOL l_flag, const char *fmt, ...) Fichier everblu.ino ligne 31 : const char *jsonTemplate =

Merci

Sakoche31 avatar Apr 12 '23 18:04 Sakoche31

Confirmed as working (Confirmé comme fonctionnant)

fraserp avatar Feb 01 '24 11:02 fraserp