Compare commits
3 Commits
e21e13efe6
...
e943d2e70c
Author | SHA1 | Date | |
---|---|---|---|
e943d2e70c | |||
d7b0884d36 | |||
10caf06021 |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.0.7] - 2025-09-13
|
||||||
|
### Added
|
||||||
|
- add HTTP service to mDNS responder
|
||||||
|
- add additional information about Recycling Fabrik in README files
|
||||||
|
- add Recycling Fabrik section with logo and information
|
||||||
|
- add RF logo image
|
||||||
|
- add support information for Recycling Fabrik
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- remove unnecessary separator in Recycling Fabrik section
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- update Recycling Fabrik logo display format in README
|
||||||
|
- prevent weight display during NFC write operations
|
||||||
|
|
||||||
|
|
||||||
## [2.0.6-beta1] - 2025-09-03
|
## [2.0.6-beta1] - 2025-09-03
|
||||||
### Fixed
|
### Fixed
|
||||||
- prevent weight display during NFC write operations
|
- prevent weight display during NFC write operations
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "2.0.6-beta1"
|
version = "2.0.7"
|
||||||
to_old_version = "1.5.10"
|
to_old_version = "1.5.10"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@@ -36,6 +36,7 @@ void startMDNS() {
|
|||||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
MDNS.addService("http", "tcp", 80);
|
||||||
Serial.println("mDNS responder started");
|
Serial.println("mDNS responder started");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user