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

Provide String::indexOf for a char* needle #7706

Merged
merged 7 commits into from
Nov 13, 2020
Merged

Provide String::indexOf for a char* needle #7706

merged 7 commits into from
Nov 13, 2020

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    598eddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543204e View commit details
    Browse the repository at this point in the history
  3. Add String::indexOf for __FlashStringHelper pointers

    strstr_P documentation says only s2 must be from PROGMEM, so we are
    safe.
    paulocsanz committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c2017d0 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    paulocsanz committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    06afd28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b3a6a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e466556 View commit details
    Browse the repository at this point in the history
  7. Fix pointer cast to const

    paulocsanz committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    dc696e0 View commit details
    Browse the repository at this point in the history