> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/dsmrloggerws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrwheel-docs.gitbook.io/dsmrloggerws/overzicht_functies/use_update_server.md).

# #define USE\_UPDATE\_SERVER

Met deze optie wordt het mogelijk om nieuwe Firmware naar de DSMR-logger te flashen door in de FSexplorer op de knop \[Update Firmware] te klikken

![](https://mrwheel.github.io/DSMRloggerWS/img/DSMRloggerWS_FSexplorer.png)

en vervolgens in de Flash Utility ..

![](https://mrwheel.github.io/DSMRloggerWS/img/DSMR-logger_FlashUtility.png)

.. op \[ChooseFile] te klikken en daarna op \[Flash Firmware]

{% hint style="info" %}
Let op! \
Alleen voor ESP-12Deze functionaliteit werkt alleen als je 4MB flash geheugen hebt. Standaard heeft iedere ESP-12 dat.\
Je kunt een ESP-01 eventueel upgraden naar 4MB door de aanwezige flash chip te vervangen door een W25Q32FVSIG 32Mbit flash chip.
{% endhint %}

#### Enable Format SPIFFS <a href="#enable-format-spiffs" id="enable-format-spiffs"></a>

Je kunt de \[Format SPIFFS] knop enabelen door een bestand met de naam `!format` te uploaden. Let wel: Met het formatteren van het SPIFFS file systeem raak je álle bestanden die daar opstaan kwijt!

| #define             | Functie                                                                                                                                                                                                                                                                                                                                            |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| USE\_UPDATE\_SERVER | <p>Om gebruik te kunnen maken van zgn. "Over The Air" (OTA) updates van de firmware en het SPIFFS file systeem moet je deze optie activeren.<br>Dit kan alleen met een ESP-12 of een, met <strong>4MB chip ge-upgrade</strong> ESP-01 bordjes!<br>'<strong>Normale</strong>' (1MB) ESP-01 bordjes hebben hier niet genoeg flash-geheugen voor.</p> |


---

# 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://mrwheel-docs.gitbook.io/dsmrloggerws/overzicht_functies/use_update_server.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.
