mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fix mysensors sketch syntax highlighting
This commit is contained in:
parent
9e4a635494
commit
1353232baf
@ -38,7 +38,7 @@ For more information, visit the [serial api] of MySensors.
|
|||||||
|
|
||||||
### {% linkable_title Example sketch %}
|
### {% linkable_title Example sketch %}
|
||||||
|
|
||||||
```c++
|
```cpp
|
||||||
/**
|
/**
|
||||||
* Documentation: http://www.mysensors.org
|
* Documentation: http://www.mysensors.org
|
||||||
* Support Forum: http://forum.mysensors.org
|
* Support Forum: http://forum.mysensors.org
|
||||||
|
@ -35,7 +35,7 @@ For more information, visit the [serial api] of MySensors.
|
|||||||
|
|
||||||
### {% linkable_title Example sketch %}
|
### {% linkable_title Example sketch %}
|
||||||
|
|
||||||
```c++
|
```cpp
|
||||||
/*
|
/*
|
||||||
* Documentation: http://www.mysensors.org
|
* Documentation: http://www.mysensors.org
|
||||||
* Support Forum: http://forum.mysensors.org
|
* Support Forum: http://forum.mysensors.org
|
||||||
|
@ -60,7 +60,7 @@ For more information, visit the [serial api] of MySensors.
|
|||||||
|
|
||||||
### {% linkable_title Example sketch %}
|
### {% linkable_title Example sketch %}
|
||||||
|
|
||||||
```c++
|
```cpp
|
||||||
/**
|
/**
|
||||||
* Documentation: http://www.mysensors.org
|
* Documentation: http://www.mysensors.org
|
||||||
* Support Forum: http://forum.mysensors.org
|
* Support Forum: http://forum.mysensors.org
|
||||||
|
@ -42,7 +42,7 @@ For more information, visit the [serial api] of MySensors.
|
|||||||
|
|
||||||
### {% linkable_title Example sketch %}
|
### {% linkable_title Example sketch %}
|
||||||
|
|
||||||
```c++
|
```cpp
|
||||||
/*
|
/*
|
||||||
* Documentation: http://www.mysensors.org
|
* Documentation: http://www.mysensors.org
|
||||||
* Support Forum: http://forum.mysensors.org
|
* Support Forum: http://forum.mysensors.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user