Skip to content

Commit 01c5903

Browse files
authored
Add Mongoose v715 support (#14)
1 parent dbd8786 commit 01c5903

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
### Added
6-
- Mongoose v7.13 support ([#11](https://github.com/matth-x/MicroOcppMongoose/pull/11))
6+
- Mongoose v7.13 - v7.15 support ([#11](https://github.com/matth-x/MicroOcppMongoose/pull/11), [#14](https://github.com/matth-x/MicroOcppMongoose/pull/14))
77
- OCPP 2.0.1 BasicAuthPassword integration ([#13](https://github.com/matth-x/MicroOcppMongoose/pull/13))
88

99
### Fixed

src/MicroOcppMongooseClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#define MO_MG_V708 708
1818
#define MO_MG_V713 713
1919
#define MO_MG_V714 714
20+
#define MO_MG_V715 715
2021

2122
#ifndef MO_MG_USE_VERSION
2223
#if defined(MO_MG_VERSION_614)

0 commit comments

Comments
 (0)