-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSK Support #252
FSK Support #252
Conversation
Fixes default parameter definition
* SIGNALESP.ino Implement a Wifi reconnect event to restart the telnet server Set ArduinoJson Version to the desired one
fixed output of version after ping response
success must be saved before calling reset() because reset() will set it back to FALSE
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)
Enhancements max timer value and led
prevent crash if first char is a linebreak or #
fix unsupported command output which caused a crash
Added sym links to project files to support arduino compatible layout
corrected exclude for arduino-ide compatible directory
added testproject to plattformio.ini (does not work)
executable flag added
* .github\workflows\unittest.yml Added unittest workflow Made scrips executable and renamed travis ci yaml file Use more recent (latest supported rapidassist) version added all boards and combinations to workflow excluded some combinations Added github actions unittest workflow, which tests and uploads to a created relese
… into dev-r3.5_xFSK
* .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
* Create codeql-analysis.yml * Delete build.sh * Delete deploy.s * created .github\actions\arduino-cli\action.yml move common steps to prepatr arduino-cli into a composite step and refenrence on it in the workflows: - workflows/codeql-analysis.yml - workflows/unittest.yml
Artifacts are always placed at github actions to get the compiled firmware files
run comments only if this is a pullrequest
spell fix
* Update signalduino.h Add all pins as input pullup
Static variables are only initialized once so the implementation only worked for a total of 255 iterations. After that, functions like cmdStrobe(), readReg() or writeReg() return immediately if the MISO pin is high. The variable miso_count is now out of while's scope and therefore no longer needs to be static.
* 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)
* CMakeList.txt - Added policy for new cmake versions * win32arduino - updated to newest version * test.cpp - Added test to find endlesslopp * signalDecoder.cpp - try to avoid var overflow - modify if conditions checking * signalDecoder.cpp - Fix not stopping early enough * signalDecoder.cpp - fix to last exit for shorts * signalDecoder.cpp - revert mpi and mpiplusone checking * install_rapidassists.sh - Update to version 0.10.0 to be compatible with win32arduino
* Update codeql-analysis.yml * Update platformio.ini - remove old event - update information - comment out hardware bootloader_v2 due to errors in the core * Update unittest.yml
* Update signalDecoder.cpp - fix, code cannot compile with debug option DEBUGDECODE * Update codeql-analysis.yml - use actions checkout also for submodules
Pin reception works at FSK inverted to OOK.
Da gibt es leider ein paar Konflikte :( |
@sidey79 Werden diese im Branch dev-r3.5_xFSK nicht mehr benötigt, da du etwas umgebaut hast? |
Nein, das steckt jetzt alles im Workflow der Action. |
Size report for commit: 639f0a6
|
- useful hints added
Size report for commit: 2e2f0d8
|
Die Konflikte sind jetzt beseitigt... |
okay, Inhaltlich kann ich die vielen Änderungen heute ohnehin nicht mehr wirklich gut einschätzen. |
Bei mir läuft die Firmware (V 3.5.0-dev+20210808) seit der letzten Änderung auf insgesamt 8 SIGNALduinos mit unterschiedlicher Hardware problemlos. Uptime z.Z. bis zu 131 Tagen. |
Ich konnte ebenso keine Beeinträchtigungen / Fehler feststellen.
Zum Großteil wurden nur Erweiterungen vorgenommen was das xFSK angeht zum Empfang und zusätzlich in der PIO ini eine Einschränkung auf den Kernel weil dort die Bibliothek sonst nicht funktioniert. |
@sidey79
Die dafür verantwortliche Zeile in der Datei compile_config.h haben wir bereits geändert in:
|
Guter Punkt, den hatte ich nicht mehr bedacht. 3.5.0 ohne Datum habe ich hinterlegt. |
No description provided.