change CFG_HOLDER value to load new default configurations, fixes #4

develop
Tuan PM 2015-01-03 11:02:54 +07:00
rodzic 9d1ba29b3e
commit 2accdb20e6
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -84,7 +84,8 @@ void MQTT_Publish( MQTT_Client *client,
```
**Default configuration**
See: *user_config.h* and *config.c*
See: *include/user_config.h* and *include/config.c*
If you want to load new default configurations, just change the value of CFG_HOLDER in ***include/user_config.h***
**Create SSL Self sign**
```