1.0.7 • Published 2 years ago

@masuidrive/esp-network-config-ble v1.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Network / MQTT configure for ESP-IDF V4.2 and later

License: Apache by Yuichiro MASUI masui@masuidrive.jp

This repo included ESP-IDF component and Javascript library for browser.

ESP-IDF component

Variable / function naming rules

  • Start with ncb_: public variable / function
    • It's API
  • Start with _ncb_: private variable / function in this library
    • It only use in the library and this library's unittest
    • ex) _ncb_hello_world(), _ncb_params
  • Start with _: file scope variable / function in this library
    • It only use in the file
    • ex) _counter, _func1(), _NCB_CATCH_ESP_ERR()

Javascript library

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago