Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support RP2040 with W5100 #257

Open
Open
@ZinnerC

Description

@ZinnerC

Hi would really like to use ElegantOTA in one of my projects where I use a W5100 chip to have network connection.
It was possible to just skip the "__isPicoW" part and have it compiled for RP2040+W5100.

Would it be possible to have an other check instead of the "__isPico" in

ElegantOTAClass::begin(...)...#if defined(TARGET_RP2040) || defined(TARGET_RP2350) || defined(PICO_RP2040) || defined(PICO_RP2350)    // DISABLED by CAZ    // if (__isPicoW) {    //   ELEGANTOTA_DEBUG_MSG("RP2040: Not a Pico W, skipping OTA setup\n");    //   return;    // }  #endif...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp