Browse Source

0.8.38

* fix Grid-Profile JSON #1304
pull/1306/head
lumapu 1 year ago
parent
commit
1b73e493a9
  1. 3
      src/CHANGES.md
  2. 2
      src/defines.h
  3. 2
      src/web/html/grid_info.json

3
src/CHANGES.md

@ -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

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 37
#define VERSION_PATCH 38
//-------------------------------------
typedef struct {

2
src/web/html/grid_info.json

@ -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": [

Loading…
Cancel
Save