Browse Source

0.8.127

* add grid file #1677
pull/1692/head
lumapu 7 months ago
parent
commit
75e9022d83
  1. 3
      src/CHANGES.md
  2. 2
      src/defines.h
  3. 1
      src/web/html/grid_info.json

3
src/CHANGES.md

@ -1,5 +1,8 @@
# Development Changes
## 0.8.127 - 2024-06-21
* add grid file #1677
## 0.8.126 - 2024-06-12
* merge PR: Update pubMqtt.h - Bugfix #1673 #1674

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 126
#define VERSION_PATCH 127
//-------------------------------------
typedef struct {
uint8_t ch;

1
src/web/html/grid_info.json

@ -10,6 +10,7 @@
{"0x0908": "France_VFR2014"},
{"0x0a00": "DE NF_EN_50549-1:2019"},
{"0x0c00": "AT_TOR_Erzeuger_default"},
{"0x0c03": "AT_TOR_Erzeuger_cosphi=1"},
{"0x0c04": "AT_TOR_Erzeuger_default"},
{"0x0d00": "FR_VFR2019"},
{"0x0d04": "NF_EN_50549-1:2019"},

Loading…
Cancel
Save