diff --git a/README.md b/README.md index cc90a40d..d284d838 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ capabilities with KOReader, a popular multi-platform open-source epub reader) Therefore this branch focuses on real fixes and real improvements while trying to keep up to pace with developments in the main branch. # What's different -- Proper KOReader Snychronisation (including https ssl OOM fix) + +- Proper KOReader Snychronisation (including https TLS OOM fix) - Fixes for a lot of css rendering issues - Additional sleep screens support (information overlay, transparent pictures over current reader screen) - Clock-Support diff --git a/platformio.ini b/platformio.ini index cb8fd125..919e7ad2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -3,7 +3,7 @@ default_envs = default extra_configs = platformio.local.ini [crosspoint] -version = 1.2.0 +version = 1.2.5 [base] platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.37/platform-espressif32.zip