mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-09-10 22:20:33 +02:00
Adapted code formatting
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
*
|
||||
* ttn-esp32 - The Things Network device library for ESP-IDF / SX127x
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2018-2021 Manuel Bleichenbacher
|
||||
*
|
||||
*
|
||||
* Licensed under MIT License
|
||||
* https://opensource.org/licenses/MIT
|
||||
*
|
||||
@ -16,20 +16,20 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
void ttn_provisioning_init(void);
|
||||
void ttn_provisioning_init(void);
|
||||
|
||||
|
||||
bool ttn_provisioning_have_keys(void);
|
||||
bool ttn_provisioning_decode_keys(const char *dev_eui, const char *app_eui, const char *app_key);
|
||||
bool ttn_provisioning_from_mac(const char *app_eui, const char *app_key);
|
||||
bool ttn_provisioning_save_keys(void);
|
||||
bool ttn_provisioning_restore_keys(bool silent);
|
||||
bool ttn_provisioning_have_keys(void);
|
||||
bool ttn_provisioning_decode_keys(const char *dev_eui, const char *app_eui, const char *app_key);
|
||||
bool ttn_provisioning_from_mac(const char *app_eui, const char *app_key);
|
||||
bool ttn_provisioning_save_keys(void);
|
||||
bool ttn_provisioning_restore_keys(bool silent);
|
||||
|
||||
#if defined(TTN_HAS_AT_COMMANDS)
|
||||
void ttn_provisioning_start_task(void);
|
||||
void ttn_provisioning_start_task(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user