mirror of
https://github.com/sigmasternchen/MH-Z-CO2-Sensors
synced 2025-03-15 06:38:55 +00:00
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
This commit is contained in:
parent
83ba964a90
commit
ca2eb6e7ba
1 changed files with 7 additions and 7 deletions
14
keywords.txt
14
keywords.txt
|
@ -25,17 +25,17 @@ getLastTemperature KEYWORD2
|
|||
# Instances (KEYWORD2)
|
||||
#######################################
|
||||
|
||||
co2 KEYWORD2
|
||||
co2 KEYWORD2
|
||||
|
||||
|
||||
#######################################
|
||||
# Constants (LITERAL1)
|
||||
#######################################
|
||||
|
||||
MHZ14A LITERAL1
|
||||
MHZ19B LITERAL1
|
||||
MHZ14A LITERAL1
|
||||
MHZ19B LITERAL1
|
||||
|
||||
STATUS_NO_RESPONSE LITERAL1
|
||||
STATUS_CHECKSUM_MISMATCH LITERAL1
|
||||
STATUS_INCOMPLETE LITERAL1
|
||||
STATUS_NOT_READY LITERAL1
|
||||
STATUS_NO_RESPONSE LITERAL1
|
||||
STATUS_CHECKSUM_MISMATCH LITERAL1
|
||||
STATUS_INCOMPLETE LITERAL1
|
||||
STATUS_NOT_READY LITERAL1
|
||||
|
|
Loading…
Reference in a new issue