arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Abhängigkeiten der Bienenwaage 2.0 und 5.0 aktualisieren

Open amotl opened this issue 1 year ago • 1 comments

Hi @u-l-m-i,

hier im Repository wurden querbeet die PlatformIO Konfigurationen aktualisiert. Bei Deinen Firmwares sieht es eigentlich recht gut aus, aber zwei Dinge sind noch übrig.

  • Platform SDK: espressif8266@^2 sowie espressif32@^2
  • adafruit/Adafruit MQTT Library 2.5.4 (siehe auch also GH-44)
  • vshymanskyy/TinyGSM 0.11.5

Siehst Du irgendeine Möglichkeit, wie Du ein Update u.U. "in echt" testen könntest?

Viele Grüße, Andreas.

Anbei der status quo. An manchen Stellen lässt sich noch nach oben gehen. Auch bei den Plattform SDKs espressif8266 sowie espressif32. Ich habe dort bewusst einstweilen frühere Releases ausgewählt, als aktuell verfügbar wären.

Bienenwaage 2.0

platform = espressif8266@^2
ArduinoJson@^6
bogde/[email protected]
[email protected]
paulstoffregen/[email protected]
robtillaart/[email protected]
tzapu/WiFiManager@^0.16.0
vshymanskyy/TinyGSM@^0.10.9
https://github.com/daq-tools/Adafruit_MQTT_Library#maxbuffersize-2048
https://github.com/hiveeyes/TextFinder#modernize

Bienenwaage 5.0

platform = espressif32@^2
bblanchon/ArduinoJson@^6
bogde/[email protected]
milesburton/DallasTemperature@^3.9.1
paulstoffregen/OneWire@^2.3.5
robtillaart/[email protected]
vshymanskyy/TinyGSM@^0.10.9
https://github.com/daq-tools/Adafruit_MQTT_Library#maxbuffersize-2048
https://github.com/tzapu/WiFiManager.git#2.0.4-beta

amotl avatar May 29 '23 13:05 amotl