-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
135 changed files
with
1,732 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.