Skip to content
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

merge v1.0.0 into master #39

Merged
merged 14 commits into from
Sep 30, 2021
Merged

merge v1.0.0 into master #39

merged 14 commits into from
Sep 30, 2021

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Sep 30, 2021

  • 1.0 (2021-09-30)
    • Add epoxy_argc and epoxy_argv as extern global variables which
      are set to the argc and argv parameters passed into the global
      main().
      • Allows command line arguments to be passed into an Arduino
        application, to facilitate debugging on a Unix desktop machine.
      • Add examples/CommandLine which provides a basic command line parser
        that can be copied and modified for other applications.
    • Add toString() to IPAddress class, activated with EPOXY_CORE_ESP8266
      for compatibility with ESP8266 Core.
    • Add strstr_P() to pgmspace.h.
    • Finally fix Issue #2 and
      Issue #25.

@bxparks bxparks merged commit f7c09fa into master Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant