Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usages de DEBUG_SERIAL remplacés par les bonnes fonctions de Debug #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FreeTHX
Copy link

@FreeTHX FreeTHX commented Jan 30, 2019

Bonjour,

Je propose ici de remplacer les usages de l'objet DEBUG_SERIAL qui sont parfois utilisés alors que DEBUG n'est pas activé et que le port Serie n'a pas été initialisé (avec begin).
Cela concerne plus précisement le diagnostique WiFi, le debug en cas d'erreur OTA et l'affichage des entiers en format DEC,HEX etc...
Aussi je propose la création des trois define suivants:

#define DebugWiFi() WiFi.printDiag(DEBUG_SERIAL)
#define DebugIntFormat(x,format) DEBUG_SERIAL.print(x, format)
#define DebugUpdateError() Update.printError(DEBUG_SERIAL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant