Skip to content

Commit

Permalink
0.8.38
Browse files Browse the repository at this point in the history
* fix Grid-Profile JSON #1304
  • Loading branch information
lumapu committed Dec 31, 2023
1 parent 41485a9 commit 1b73e49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Development Changes

## 0.8.38 - 2023-12-31
* fix Grid-Profile JSON #1304

## 0.8.37 - 2023-12-30
* added grid profiles
* format version of grid profile
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 37
#define VERSION_PATCH 38

//-------------------------------------
typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion src/web/html/grid_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{"0x2600": "BE_C10_26"},
{"0x2900": "NL_NEN-EN50549-1_2019"},
{"0x2a00": "PL_PN-EN 50549-1:2019"},
{"0x3700": "CH_NA EEA-NE7–CH2020"}
{"0x3700": "CH_NA EEA-NE7–CH2020"},
{"0xe100": "LN_50Hz"}
],
"grp_codes": [
Expand Down

0 comments on commit 1b73e49

Please sign in to comment.