mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-14 20:14:27 +02:00
Link to new API documentation
This commit is contained in:
parent
72b878f1d9
commit
e34dbcb467
@ -34,7 +34,7 @@ All boards with Semtech SX127x chips, RFM9x and compatibles are supported. It in
|
|||||||
|
|
||||||
## API Documentation
|
## 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
|
## More information
|
||||||
|
|
||||||
|
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
@ -2,3 +2,4 @@ xml/
|
|||||||
html/
|
html/
|
||||||
api.md
|
api.md
|
||||||
node_modules/
|
node_modules/
|
||||||
|
ttn-esp32.zip
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -rf html
|
rm -rf html ttn-esp32.zip
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
cd html
|
||||||
|
zip -r ../ttn-esp32.zip .
|
Loading…
Reference in New Issue
Block a user