mirror of https://github.com/manuelbl/ttn-esp32
Link to new API documentation
parent
72b878f1d9
commit
e34dbcb467
|
@ -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
|
||||
|
||||
|
|
|
@ -2,3 +2,4 @@ xml/
|
|||
html/
|
||||
api.md
|
||||
node_modules/
|
||||
ttn-esp32.zip
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -rf html
|
||||
rm -rf html ttn-esp32.zip
|
||||
doxygen Doxyfile
|
||||
cd html
|
||||
zip -r ../ttn-esp32.zip .
|
Loading…
Reference in New Issue