Link to new API documentation

This commit is contained in:
Manuel Bleichenbacher 2021-07-31 12:51:41 +02:00
parent 72b878f1d9
commit e34dbcb467
3 changed files with 5 additions and 2 deletions

View File

@ -34,7 +34,7 @@ All boards with Semtech SX127x chips, RFM9x and compatibles are supported. It in
## API Documentation
See the Wiki page: [API Documentation](https://github.com/manuelbl/ttn-esp32/wiki/API-Documentation)
See [API Documentation](https://codecrete.net/ttn-esp32/) for both the C ad C++ API
## More information

1
doc/.gitignore vendored
View File

@ -2,3 +2,4 @@ xml/
html/
api.md
node_modules/
ttn-esp32.zip

View File

@ -1,3 +1,5 @@
#!/bin/sh
rm -rf html
rm -rf html ttn-esp32.zip
doxygen Doxyfile
cd html
zip -r ../ttn-esp32.zip .