Buffer overflow windspeed fixed
This commit is contained in:
@@ -745,8 +745,8 @@ units are scaled by a factor of 10 or 100. This way, values with up to
|
||||
two decimal points can be stored as 16 bit integer values. Just divide
|
||||
by 10 or 100 to get the floating point values.</p>
|
||||
<h3 id="output-coils-write-only">Output coils (write only)</h3>
|
||||
<p>Input registers are numbered 1 to 9999 but have data addresses 0x000
|
||||
to 0x270E. The default value of a register is 0.</p>
|
||||
<p>Output coils registers are numbered 1 to 9999 but have data addresses
|
||||
0x000 to 0x270E. The default value of a register is 0.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
|
@@ -16,7 +16,7 @@ abstract: >
|
||||
|
||||
# Why do you need a weather station?
|
||||
|
||||
Well, you don't...because if you want to know the weather, you look on your phone. So why bother than? Because since the beginning of time, people are obsessed with the weather. When I was a child, my grandmother was measuring the temperature and rainfall on a daily basis. My grandfather had an allotment, so he also was very interested in the weather. The first thing my father read in the newspaper was the weather report and the last thing he watched in the television was... the weather report. And every hour he listed to the weather report on the radio. If he talked to someone he always started the conversation by talking about the weather. And when I open a new browser window, it automatically opens the weather page.
|
||||
Well, you don't...because if you want to know the weather, you look on your phone. So why bother than? Because since the beginning of time, people are obsessed with the weather. When I was a child, my grandmother was measuring the temperature and rainfall on a daily basis. My grandfather had an allotment, so he also was very interested in the weather. The first thing my father read in the newspaper was the weather report and the last thing he watched on the television was... the weather report. And every hour he listed to the weather report on the radio. If he talked to someone he always started the conversation by talking about the weather. And when I open a new browser window, it automatically opens the weather page.
|
||||
|
||||
So the weather is fascinating and taking your own measurements is a lot of fun.
|
||||
|
||||
@@ -311,7 +311,7 @@ The ModBus registers are 16 bit wide. For better precision, some units are scale
|
||||
|
||||
### Output coils (write only)
|
||||
|
||||
Input registers are numbered 1 to 9999 but have data addresses 0x000 to 0x270E. The default value of a register is 0.
|
||||
Output coils registers are numbered 1 to 9999 but have data addresses 0x000 to 0x270E. The default value of a register is 0.
|
||||
|
||||
| Address | Description | logic 0 | logic 1 |
|
||||
|---------|------------------|----------|---------|
|
||||
@@ -346,6 +346,8 @@ Libraries are included with the source code of this project
|
||||
|
||||
Copyright (C) 2023, 2024 M.T. Konstapel
|
||||
|
||||
[https://meezenest.nl/mees/](https://meezenest.nl/mees/)
|
||||
|
||||
The software is published as open-source software (GPL). The hardware is published as open-source hardware (OSH).
|
||||
|
||||
## Software
|
||||
|
Reference in New Issue
Block a user