igrr/nvs-dotenv

1.0.0

Latest
uploaded 1 year ago
nvs-doteenv makes variables defined in a .env file accessible using getenv function

api

# API Reference

## Header files

- [nvs_dotenv.h](#file-nvs_dotenvh)

## File nvs_dotenv.h


## Functions

| Type | Name |
| ---: | :--- |
|  esp\_err\_t | [**nvs\_dotenv\_load**](#function-nvs_dotenv_load) (void) <br>_Load environment variables from NVS._ |



## Functions Documentation

### function `nvs_dotenv_load`

_Load environment variables from NVS._
```c
esp_err_t nvs_dotenv_load (
    void
) 
```

**Returns:**

ESP\_OK on success


Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "igrr/nvs-dotenv^1.0.0"

or download archive

Stats

  • Archive size
    Archive size ~ 11.95 KB
  • Downloaded in total
    Downloaded in total 43 times
  • Downloaded this version
    This version: 43 times

Badge

igrr/nvs-dotenv version: 1.0.0
|