Compare commits
2
Commits
20220128
...
384d262905
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
384d262905 | ||
|
|
cc14992ba0 |
@@ -12,7 +12,7 @@ BME280 bme280;
|
||||
/******************************************************************************/
|
||||
/* Firmware Version */
|
||||
/******************************************************************************/
|
||||
static const int32_t fwVersion = 20220128;
|
||||
static const int32_t fwVersion = 20220930;
|
||||
|
||||
/******************************************************************************/
|
||||
/* LoraWAN Settings */
|
||||
|
||||
@@ -22,9 +22,9 @@ Das sind die verwendeten Libraries [1]:
|
||||
|
||||
| URL | Branch | Commit | Commit Date |
|
||||
| --- | ------ | ----- | ----------- |
|
||||
| https://github.com/HelTecAutomation/ASR650x-Arduino.git | e23d349 | Thu, 27 Jan 2022 16:55:35 +0800 |
|
||||
| https://github.com/HelTecAutomation/ASR650x-Arduino.git | 538fac1 | Wed, 28 Sep 2022 16:13:13 +0800 |
|
||||
| https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git | 688f255 | Fri, 3 Jan 2020 12:35:22 -0700 |
|
||||
| https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git | 0b5eabf | Wed, 30 Dec 2020 20:44:27 -0700 |
|
||||
| https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git | 56e7ff4 | Mon, 9 May 2022 08:15:59 -0600 |
|
||||
|
||||
`
|
||||
[1]: echo "| $(git remote -v |grep fetch |awk '{print $2}' |tr '\n' ' ') | $(git log --pretty=format:'%h | %cD ' -n 1) |"
|
||||
@@ -73,7 +73,7 @@ $ mkdir -p cyacd/20211228
|
||||
$ cp /private/var/folders/n6/jjw6yp4s2dz0sd76rz3k7mzm0000gn/T/arduino-sketch-97CDDDDD36F10A320334F076837B4C34/CubeCell_Board_REGION_EU868_RGB_0.cyacd cyacd/20211228
|
||||
|
||||
Alternative zum Upload der Firmware:
|
||||
$ /Users/joerg/Documents/Arduino/hardware/CubeCell/CubeCell/tools/CubeCellflash/CubeCellflash -serial /dev/tty.usbserial-0001 cyacd/20220128/CubeCell_Board_REGION_EU868_RGB_0.cyacd
|
||||
$ /Users/joerg/Documents/Arduino/hardware/CubeCell/CubeCell/tools/CubeCellflash/CubeCellflash -serial /dev/tty.usbserial-0001 cyacd/20220930/CubeCell_Board_REGION_EU868_RGB_0.cyacd
|
||||
|
||||
USB-Device kann am einfachsten wie folgt bestimmt werden:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user