[GH-ISSUE #1753] Bare ESP-IDF Support #1484

Open
opened 2026-02-28 01:30:15 +03:00 by kerem · 3 comments
Owner

Originally created by @italocjs on GitHub (Jul 20, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1753

Does this library supports esp-idf alone? without Arduino behind? will it ever support?

I've been trying to compile for a while, i would rather not adding arduino to my system.

[env:native]
lib_ldf_mode = deep+
test_framework = unity
platform = native
build_flags = 
    -D USE_NATIVE_ENVIRONMENT
    -D PLATFORM_NATIVE
    -Iinclude
    -Ilib/filesystem
; lib_deps = 
    ; unity

[env:esp32dev]
build_type = debug
test_framework = unity
platform = espressif32
board = simovatrack130
framework = espidf
board_build.partitions = boards/partitions.csv
build_flags = 
    -D USE_ESP32_ENVIRONMENT
    -D PLATFORM_ESP32
    -Iinclude

upload_speed = 921600
monitor_speed = 115200
monitor_filters = 
    esp32_exception_decoder
    send_on_enter
Originally created by @italocjs on GitHub (Jul 20, 2024). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1753 Does this library supports esp-idf alone? without Arduino behind? will it ever support? I've been trying to compile for a while, i would rather not adding arduino to my system. ``` [env:native] lib_ldf_mode = deep+ test_framework = unity platform = native build_flags = -D USE_NATIVE_ENVIRONMENT -D PLATFORM_NATIVE -Iinclude -Ilib/filesystem ; lib_deps = ; unity [env:esp32dev] build_type = debug test_framework = unity platform = espressif32 board = simovatrack130 framework = espidf board_build.partitions = boards/partitions.csv build_flags = -D USE_ESP32_ENVIRONMENT -D PLATFORM_ESP32 -Iinclude upload_speed = 921600 monitor_speed = 115200 monitor_filters = esp32_exception_decoder send_on_enter ```
Author
Owner

@nischalj10 commented on GitHub (Jan 8, 2025):

hey @italocjs, i am also trying to figure out a Wifi library for bare bone ESP IDF. Could you find something that worked for you?

<!-- gh-comment-id:2577638765 --> @nischalj10 commented on GitHub (Jan 8, 2025): hey @italocjs, i am also trying to figure out a Wifi library for bare bone ESP IDF. Could you find something that worked for you?
Author
Owner

@tavdog commented on GitHub (May 10, 2025):

Me too. esp-idf needs a good wifimanager

<!-- gh-comment-id:2868626724 --> @tavdog commented on GitHub (May 10, 2025): Me too. esp-idf needs a good wifimanager
Author
Owner

@tablatronix commented on GitHub (May 12, 2025):

I imagine we could remove all arduino functions.
At that point its probably better to rewrite from scratch as most of this is library is handling arduino specific quirks

<!-- gh-comment-id:2874298592 --> @tablatronix commented on GitHub (May 12, 2025): I imagine we could remove all arduino functions. At that point its probably better to rewrite from scratch as most of this is library is handling arduino specific quirks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1484
No description provided.