diff --git a/src/CHANGES.md b/src/CHANGES.md index ac2014e8..f9c90d66 100644 --- a/src/CHANGES.md +++ b/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 diff --git a/src/defines.h b/src/defines.h index b44b9ce1..202b27cb 100644 --- a/src/defines.h +++ b/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; diff --git a/src/web/html/grid_info.json b/src/web/html/grid_info.json index efb5651d..5b5d4186 100644 --- a/src/web/html/grid_info.json +++ b/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"},