diff --git a/MiniBeieliNodeSketch/MiniBeieliNodeSketch.ino b/MiniBeieliNodeSketch/MiniBeieliNodeSketch.ino index 39ba320..a2a2188 100644 --- a/MiniBeieliNodeSketch/MiniBeieliNodeSketch.ino +++ b/MiniBeieliNodeSketch/MiniBeieliNodeSketch.ino @@ -12,7 +12,7 @@ BME280 bme280; /******************************************************************************/ /* Firmware Version */ /******************************************************************************/ -static const int32_t fwVersion = 20240909; +static const int32_t fwVersion = 20250726; /******************************************************************************/ /* LoraWAN Settings */ diff --git a/README.md b/README.md index f6690ea..b03dee7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Das sind die verwendeten Libraries [1]: | URL | Branch | Commit | Commit Date | | --- | ------ | ----- | ----------- | -| https://github.com/HelTecAutomation/ASR650x-Arduino.git | d54f3b2 | Thu, 25 Jul 2024 15:48:19 +0800 | +| https://github.com/HelTecAutomation/ASR650x-Arduino.git | d9402fe | Tue, 8 Jul 2025 09:52:16 +0800 | | https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git | e6b91f8 | Mon, 26 Feb 2024 09:55:18 +0000 | | https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git | c42e780 | Tue, 19 Sep 2023 14:53:45 -0600 | @@ -36,7 +36,7 @@ Installation: ` $ brew install arduino-cli $ arduino-cli version -arduino-cli Version: 1.0.4 Commit: Homebrew Date: 2024-08-12T13:32:50Z +arduino-cli Version: 1.2.2 Commit: Homebrew Datum: 2025-04-22T13:49:40Z $ arduino-cli sketch new MiniBeieliNodeSketch