Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 31, 2024
1 parent c23d298 commit 1f9270e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,12 @@ Changing the configuration by setting bitmaps is not really comfortable. Therefo
[Config Helper](https://matthias-bs.github.io/BresserWeatherSensorLW/confighelper.html)

In the Config Helper, you select the desired sensors/interfaces and the used channels/features and generate
* A bitmap to change the default payload configuration in the C++ source code
* A JSON string to configure the node via LoRaWAN downlink with the command [CMD_SET_APP_PAYLOAD_CFG](#using-the-javascript-uplinkdownlink-formatters)
* A JSON string to configure the [Uplink Payload Formatter](#lorawan-payload-formatters)
1. A bitmap to change the default payload configuration in the C++ source code
2. A JSON string to configure the node via LoRaWAN downlink with the command [CMD_SET_APP_PAYLOAD_CFG](#using-the-javascript-uplinkdownlink-formatters)
3. A JSON string to configure the [Uplink Payload Formatter](#lorawan-payload-formatters)

> [!NOTE]
> You do not have to modify the source code if you use the configuration via LoRaWAN downlink!
## Customizing the Application Layer

Expand Down

0 comments on commit 1f9270e

Please sign in to comment.