Skip to content

Commit

Permalink
Removed LEv2.3 references
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <simon@simonmicro.de>
  • Loading branch information
simonmicro committed May 20, 2024
1 parent 8b17279 commit 386e867
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/firmware/apps/OswWeather.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Author: [@LorenzoSciacca](https://github.com/Lorenzosciacca)
Add the flag `OSW_FEATURE_WEATHER` to the file `platformio.ini`:
```ini
; Example code block (make sure to use the one from the platformio config!)
[env:LIGHT_EDITION_V3_2]
[env:LIGHT_EDITION_V3_3]
build_flags =
-D OSW_TARGET_PLATFORM_HEADER='"platform/LIGHT_EDITION_V3_2.h"'
-D OSW_TARGET_PLATFORM_HEADER='"platform/LIGHT_EDITION_V3_3.h"'
-D OSW_FEATURE_STATS_STEPS
-D OSW_FEATURE_WIFI ; ADD THIS LINE
build_type = debug
Expand Down
14 changes: 7 additions & 7 deletions docs/firmware/osw_os.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ These flags should be available on all models. Because they are experimental, th
## Supported Flags per Device
The table below lists which features are available in which version of the OS by default. It is always our goal to also support older hardware revisions, but not all features can run properly using the old schematics.

| Flag | `LIGHT_EDITION_V4_0` | `LIGHT_EDITION_V3_3` | `LIGHT_EDITION_V3_2` | `LIGHT_EDITION_DEV_LUA` | `GPS_EDITION_V3_1` | `GPS_EDITION_DEV_ROTATED` |
| ------------------------- | -------------------- | -------------------- | -------------------- | ----------------------- | ------------------ | ------------------------- |
| `OSW_FEATURE_STATS_STEPS` ||| | |||
| `OSW_FEATURE_WIFI` ||| | |||
| `OSW_FEATURE_WIFI_APST` |||| |||
| `OSW_FEATURE_WIFI_ONBOOT` |||| |||
| `OSW_FEATURE_LUA` ||| | |||
| Flag | `LIGHT_EDITION_V4_0` | `LIGHT_EDITION_V3_3` | `LIGHT_EDITION_DEV_LUA` | `GPS_EDITION_V3_1` | `GPS_EDITION_DEV_ROTATED` |
| ------------------------- | -------------------- | -------------------- | ----------------------- | ------------------ | ------------------------- |
| `OSW_FEATURE_STATS_STEPS` ||||||
| `OSW_FEATURE_WIFI` ||||||
| `OSW_FEATURE_WIFI_APST` ||||||
| `OSW_FEATURE_WIFI_ONBOOT` ||||||
| `OSW_FEATURE_LUA` ||||||

0 comments on commit 386e867

Please sign in to comment.