Skip to content

Commit

Permalink
V 4.65
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Oct 2, 2024
1 parent 2cc52f1 commit 2578d4b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

Version 4.64
Version 4.65

- Fix: ESP32 pin mapping D16 incorrect
- Fix: ESP32 used_pin array at position D16 incorrect
- Fix: ESP32 second sensor PT100x exception fixed (mapping GPIO D16)
- Fix: Replaced deprecated ArduinoJSON function containskey
- Fix: DS18B20 sensor timeout when high resolution enabled
- Fix: DS18B20 sensor id mismatch
- Removed: Debug code
- changed: migrate web if ajax post methods to JSON format
- changed: Dallas DS18B20 temperature request async mode
- changed: logging output sensors, actors and induction
Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,32 @@ MQTTDevice32 ist ein Arduino Sketch für Wemos ESP32 D1 mini Module. Mit dem MQT

Beschreibung & Anleitung: [Anleitung](https://innuendopi.gitbook.io/mqttdevice32/)

## 🗺️ Changelog Version 4.65

ESP32 Arduino 2.0.17 ESP-IDF 4.4.8
VSCode 1.93 Arduino 0.6 Arduino CLI 1.0.4
VSCode plugin ESP8266LittleFS based on ESP8266fs
InnuTicker task scheduler lib
InnuNextion Display lib based on EasyNext
InnuFramework CSS/JS bootstrap 4.6.2
Server Sent Events (6 SSE channels)

* Fix: ESP32 pin mapping D16 incorrect
* Fix: ESP32 used_pin array at position D16 incorrect
* Fix: ESP32 second sensor PT100x exception fixed (mapping GPIO D16)
* Fix: Replaced deprecated ArduinoJSON function containskey
* Fix: DS18B20 sensor timeout when high resolution enabled
* Fix: DS18B20 sensor id mismatch
* Removed: Debug code
* changed: migrate WebIf ajax post methods to JSON format
* changed: Dallas DS18B20 temperature request async mode
* changed: logging output sensors, actors and induction
* New: web if client side validation
* New: InnuLog lib debug output on serial monitor
* New: InnuNextion Display lib (platformIO ready)
* Update: ArduinoJSON 7.2.0
* Update: ESPTool 4.8.1

## ▶️ Installation ESP32

* Download [Firmeware.zip](https://github.com/InnuendoPi/MQTTDevice32/blob/main/tools/Firmware.zip)
Expand Down
Binary file modified build/MQTTDevice32.ino.bin
Binary file not shown.
Binary file modified build/MQTTDevice32.mklittlefs.bin
Binary file not shown.
Binary file modified tools/Firmware.zip
Binary file not shown.

0 comments on commit 2578d4b

Please sign in to comment.