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: RoanBrand/ArduinoSerialToTCPBridgeClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: RoanBrand/ArduinoSerialToTCPBridgeClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 5, 2020

  1. Specify library dependencies in library.properties

    Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
    per1234 authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    94fd91d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge pull request #2 from per1234/depends

    Specify library dependencies in library.properties
    RoanBrand authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    18153a2 View commit details
    Browse the repository at this point in the history
  2. compatible with Arduino IDE 2.0

    + Auto install dependencies
    + update MQTT example
    RoanBrand committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a565976 View commit details
    Browse the repository at this point in the history
  3. add license

    RoanBrand committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c22a734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2cf17c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce76b77 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from RoanBrand/rb-name-change

    Rb name change
    RoanBrand authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7857510 View commit details
    Browse the repository at this point in the history
Loading