Skip to content

Tags: RFD-FHEM/SIGNALDuino

Tags

4.0.0-RC1


    

3.5.1-RC1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: compatible env names for platformio > 6.1.6 (#287)

3.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump lukka/get-cmake from 3.26.1 to 3.26.3 (#279)

Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.26.1 to 3.26.3.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.26.1...v3.26.3)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump bruceadams/get-release from 1.2.2 to 1.2.3 (#254)

Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/bruceadams/get-release/releases)
- [Commits](bruceadams/get-release@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: bruceadams/get-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3.5.0-dev+20210808

Merge branch 'dev-r3.5_xFSK' into dev-r3.5_xFSK_mcloopfix

3.5.0-dev+20210623

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix - GFSK & nano crash (#211)

* dev-r3.5_xFSK Bugfix GFSK
 - Allows other modulations than ASK / OOK and 2-FSK to be received.

* fix nano328 send crash
 - revised PROGVERS
 - pins excluded to avoid crash
 - revised comment & changed pins
 - revised code PullUp loop #211 (comment)

3.5.0-dev+20201221

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update action.yml

spell fix

3.5.0-dev+20201207

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compile micro8 mhz (#155)

* .github\workflows\unittest.yml

- added radino board with incicuit board files
- Added dependency between unittest and deploy jobs to run in sequence
- renamed firmware to be compatible with flash command from module

* Update README.md
Updated badge in readme

3.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 3.4 zum Master machen (#143)

* SIGNALDuino.ino | SIGNALESP.ino

- FIX: If duration is greater than maxPulse it could happen that the timer time for the cronjob timer becomes negative (or a big value if it is unsigned)

* Set ArduinoJson Version to the desired one

* commands.h
- fixed output of version after ping response

* FIX names

* fixed: value of success must be saved before calling reset()

* NEW: Settings if LED_BUILTIN on WEMOS boards as PIN_LED

* PlattformIO Support incl. STM Support (#138)

* signalesp.h

- prevent crash if first char is a linebreak or #
- fixed crash with ; as command
- modified connection handling
- Implement a Wifi reconnect event to restart the telnet server (#136 )
- FIX: Min. timer time for cronTimer is 1ms


* commands.h

- added dumpEEPROM when doing factory reset
- FIX: unsupported command caused a crash
- add 0x17 chipid 

* Arduino IDE compatibility
- Added sym links to project files to support arduino compatible layout


* changed esp8266 core version to 2.6.3

* cc1101.cpp
- Added wait_miso call after select to repair factory reset

* SimpleFIFO.h
- enqueue: ICACHE_RAM_ATTR added to support usage via interrupt


* send.h
- fix unexpected serial print until null termination char is found
- cleanup some code

* signalDecoder/src/signalDecoder.cpp
- prevents crashes

* Update some compile errors

* ESP32 support (#134)

* Maple Mini (stm32f103cbt6) support (#136)

* FIX: strobe commands register (#140)

* Update / fix deploy travis config (#142)

updated yml for successful deployment of release
fixed some yaml warnings on travis

3.4.0-dev+20200711

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update / fix deploy travis config (#142)

* travis.yml

updated yml for successful deployment of release
fixed some yaml warnings on travis