mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-05-11 12:24:29 +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
|
||||
|
||||
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
1
doc/.gitignore
vendored
@ -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
Block a user