> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/zen-fr/zen-link/mise-a-jour.md).

# Mise à jour

{% hint style="info" %}
Les mises à jour du micrologiciel Zen Link™ sont diffusées via Wi‑Fi. Aucun câble, aucun PC et aucune interaction avec l’application n’est nécessaire.
{% endhint %}

### Mises à jour automatiques <a href="#automatic-updates" id="automatic-updates"></a>

Branchez votre Zen Link™ pour l’alimenter. Une fois connecté à votre réseau Wi‑Fi, la mise à jour démarre automatiquement après environ 30 secondes. Vous n’avez pas besoin d’ouvrir l’application Zenlink.

{% hint style="warning" %}
Si vos identifiants Wi‑Fi ne sont pas valides, le Zen Link™ lance la configuration BLE au lieu de se mettre à jour. Configurez le Wi‑Fi depuis l’application Zen Link™, puis laissez-le se reconnecter.
{% endhint %}

***

### Mise à niveau V1 unique <a href="#v1-upgrade" id="v1-upgrade"></a>

{% hint style="warning" %}
**V1 uniquement.** Exécutez ceci une seule fois. Après la mise à niveau, votre Zen Link™ V1 dispose des mêmes fonctionnalités qu’un V2 et se met ensuite à jour automatiquement.
{% endhint %}

{% stepper %}
{% step %}

#### Passer en mode configuration

Branchez le Zen Link™ V1 tout en maintenant enfoncé le bouton Config bleu.
{% endstep %}

{% step %}

#### Exécuter le programme de mise à jour

Ouvrez le **ZenLinkConfigurator**, saisissez vos identifiants Wi‑Fi et sélectionnez **Mode natif**.
{% endstep %}

{% step %}

#### Attendez la mise à jour

Une fois le Zen Link™ connecté au Wi‑Fi, la mise à jour démarre peu après.
{% endstep %}
{% endstepper %}

***

### ZenLinkConfigurator <a href="#zenlinkconfigurator" id="zenlinkconfigurator"></a>

À part la mise à niveau unique ci-dessus, le **ZenLinkConfigurator** n’est nécessaire que sur un appareil V1 après une réinitialisation d’usine. Il n’a aucune autre utilité.

{% hint style="info" %}
Une réinitialisation d’usine sur un V1 est une solution de dernier recours pour un appareil irrécupérable et ne fait pas partie de l’utilisation normale.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.cronuszen.com/zen-fr/zen-link/mise-a-jour.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
