This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
forked from hallard/remora_soft
-
Notifications
You must be signed in to change notification settings - Fork 3
V2.02 updated #16
Open
smillier
wants to merge
54
commits into
AuFilElec:hallard
Choose a base branch
from
smillier:v2.02-updated
base: hallard
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V2.02 updated #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mise à jour des tags couleurs de la LED RGB dans le README, car Github n'aime pas le HTML pur
Correction compilation warning
Ajout du parametre mqtt LWS pour que le broker signale le statut /online à 0 en cas de deconnection du client. Correction du nom d'hôte de la config qui n'était pas utilisé Correction du paramètre OTA config.ota_port qui n'était pas utilisé fix: l'initialisation mqttClient se faisait plusieurs fois en cas de deconnection au broker entrainant plusieurs souscriptions identiques. Pas besoin de l'initialiser, uniquement gérer la reconnection. Fix: l'inscription au topic MQTT devrait arriver après initialisation des fils pilotes. Je poste les commandes en "retain", pour qu'à chaque fois que Remora redémarre, il prenne bien la dernière commande envoyée par le contrôleur. Dans le cas présent les infos récupérées à la souscription au topic sont écrasées à la fin du setup à l'initialisation des fils pilotes.
Fix: l'inscription au topic MQTT devrait arriver après initialisation des fils pilotes.
Changed all Debug by Log class. Mqtt use only Json for send end receive message.
Is it compatible with LOLIN-D1 Mini V4.0.0 - WEMOS ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated for esp8266 platform 3.2, VSCode. Compilation passing and working firmware