Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: technosf/ESPxRGB Loading
base: v1.0.0
Choose a base ref
...
head repository: technosf/ESPxRGB Loading
compare: master
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 16, 2019

  1. Update issue templates

    technosf committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    ce94b75 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Update README.md

    technosf committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    f6db4fb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Use correct field separator in keywords.txt

    The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.
    
    Reference:
    https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
    per1234 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b794a88 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Merge pull request #2 from per1234/keywords-separator

    Use correct field separator in keywords.txt
    technosf committed May 31, 2019
    Configuration menu
    Copy the full SHA
    68dce73 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Use specification compliant sketch file name

    From the Arduino Sketch Specification:
    https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-folders-and-files
    
    > The sketch root folder name and code file names must start with a basic letter (A-Z or a-z) or number (0-9), followed
    > by basic letters, numbers, underscores (_), dots (.) and dashes (-).
    per1234 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    ae494d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Merge pull request #3 from per1234/example-name

    Use specification compliant sketch file name
    technosf committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    45678da View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Doc correction and clarified SoC core requirement.
    technosf committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    ed228c4 View commit details
    Browse the repository at this point in the history
Loading