Started the rewrite of the library on this new branch. See full log.
Created a README, as yet incomplete. Added more files to the gitignore to get rid of emacs temporary files. Currently making the mqtt_send command independent of connecting, which is all it can do currently.
This commit is contained in:
parent
65d0810b5e
commit
cbc182fed4
3 changed files with 33 additions and 1 deletions
2
mqtt.c
2
mqtt.c
|
@ -83,7 +83,7 @@ LOCAL uint8_t ICACHE_FLASH_ATTR tcpConnect(void *arg) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
LOCAL uint8_t ICACHE_FLASH_ATTR mqtt_connect(mqtt_session_t *session) {
|
||||
LOCAL uint8_t ICACHE_FLASH_ATTR mqtt_connect(mqtt_session_t *session, uint8_t *username, uint8_t *password) {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue