mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
Fix Documentation Links in Comments (#2929)
* update external notification * ContentHandler
This commit is contained in:
parent
298b383127
commit
600541ac25
@ -144,8 +144,8 @@ void handleAPIv1FromRadio(HTTPRequest *req, HTTPResponse *res)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
For documentation, see:
|
For documentation, see:
|
||||||
https://meshtastic.org/docs/developers/device/http-api
|
https://meshtastic.org/docs/development/device/http-api
|
||||||
https://meshtastic.org/docs/developers/device/device-api
|
https://meshtastic.org/docs/development/device/client-api
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Get access to the parameters
|
// Get access to the parameters
|
||||||
@ -194,8 +194,8 @@ void handleAPIv1ToRadio(HTTPRequest *req, HTTPResponse *res)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
For documentation, see:
|
For documentation, see:
|
||||||
https://meshtastic.org/docs/developers/device/http-api
|
https://meshtastic.org/docs/development/device/http-api
|
||||||
https://meshtastic.org/docs/developers/device/device-api
|
https://meshtastic.org/docs/development/device/client-api
|
||||||
*/
|
*/
|
||||||
|
|
||||||
res->setHeader("Content-Type", "application/x-protobuf");
|
res->setHeader("Content-Type", "application/x-protobuf");
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* handle the module's behavior.
|
* handle the module's behavior.
|
||||||
*
|
*
|
||||||
* Documentation:
|
* Documentation:
|
||||||
* https://meshtastic.org/docs/settings/moduleconfig/external-notification
|
* https://meshtastic.org/docs/configuration/module/external-notification
|
||||||
*
|
*
|
||||||
* @author Jm Casler & Meshtastic Team
|
* @author Jm Casler & Meshtastic Team
|
||||||
* @date [Insert Date]
|
* @date [Insert Date]
|
||||||
@ -39,7 +39,7 @@ uint8_t blue = 0;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Documentation:
|
Documentation:
|
||||||
https://meshtastic.org/docs/settings/moduleconfig/external-notification
|
https://meshtastic.org/docs/configuration/module/external-notification
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Default configurations
|
// Default configurations
|
||||||
|
Loading…
Reference in New Issue
Block a user