WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Bare ESP-IDF Support

Open italocjs opened this issue 1 year ago • 3 comments

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

italocjs avatar Jul 20 '24 05:07 italocjs

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?

nischalj10 avatar Jan 08 '25 13:01 nischalj10

Me too. esp-idf needs a good wifimanager

tavdog avatar May 10 '25 08:05 tavdog

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

tablatronix avatar May 12 '25 21:05 tablatronix