Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Jun 6, 2023
1 parent 956d24d commit 41cd68f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## DEV-branch
* 04.06.2023: FastLED 3.6.0, PlatformIO package 6.3.1
* 06.06.2023: List available WiFi's in accesspoint view
* 06.06.2023: Remove support for Arduino 1.0.6 & playlist cache
* 05.06.2023: FastLED 3.6.0, PlatformIO package 6.3.1
* 01.06.2023: Improve neopixel display in Bluetooth speaker mode (BT-Sink) (#239)
* 01.06.2023: Reduce floating the log with redundant RSSI-messages: Log RSSI value only if it has changed by > 3 dBm
* 31.05.2023: Wifi: Log BSSID in scan and connection success, Wifi fixes (#240)
Expand Down
4 changes: 2 additions & 2 deletions src/LogMessages_DE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
const char secondsJumpBackward[] = "%d Sekunden zurück gesprungen";
const char wroteLastTrackToNvs[] = "Schreibe '%s' in NVS für RFID-Card-ID %s mit Abspielmodus %d und letzter Track %u";
const char wifiConnectionInProgress[] = "Versuche mit WLAN '%s' zu verbinden...";
const char wifiConnectionSuccess[] = "Verbunden mit WLAN '%s' (Signalstärke: %d dBm, Kanal: %d, BSSID: %s)";
const char wifiConnectionSuccess[] = "Verbunden mit WLAN '%s' (Signalstärke: %d dBm, Kanal: %d, MAC-Adresse: %s)";
const char wifiCurrentIp[] = "Aktuelle IP: %s";
const char jsonErrorMsg[] = "deserializeJson() fehlgeschlagen: %s";
const char wifiDeleteNetwork[] = "Lösche gespeichertes WLAN %s";
Expand All @@ -241,7 +241,7 @@
const char wifiAddTooManyNetworks[] = "Kein Platz, weiteres WLAN zu speichern!";
const char wifiAddNetwork[] = "Füge WLAN hinzu: %s";
const char wifiUpdateNetwork[] = "Ändere Passwort für WLAN %s";
const char wifiScanResult[] = "WLAN '%s'gefunden (Signalstärke: %d dBm, Kanal: %d, BSSID: %s)";
const char wifiScanResult[] = "WLAN '%s'gefunden (Signalstärke: %d dBm, Kanal: %d, MAC-Adresse: %s)";
const char cantConnectToWifi[] = "WLAN-Verbindung fehlgeschlagen.";
const char wifiSetLastSSID[] = "Schreibe letzte erfolgreiche SSID in NVS für WLAN Schnellstart: %s";

Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "gitrevision.h"
constexpr const char softwareRevision[] = "Software-revision: 20230604-1";
constexpr const char softwareRevision[] = "Software-revision: 20230606-1";

0 comments on commit 41cd68f

Please sign in to comment.