Aaron Fischer
f24858d162
This step seems bold, but is saves us so much hassle. Even better, we have a reliable codebase, with all the dependencies (and their versions) we need in order to build the project. If a library got an update, we can replace it inplace if the code is still compatible.
24 lines
648 B
Text
24 lines
648 B
Text
##################################################
|
|
# Syntax Coloring Map For ESP8266 Influxdb library
|
|
##################################################
|
|
|
|
##################################################
|
|
# Datatypes (KEYWORD1)
|
|
##################################################
|
|
|
|
Influxdb KEYWORD1
|
|
FIELD KEYWORD1
|
|
DB_RESPOND KEYWORD1
|
|
|
|
##################################################
|
|
# Methods and Functions (KEYWORD2)
|
|
##################################################
|
|
|
|
addField KEYWORD2
|
|
addTag KEYWORD2
|
|
empty KEYWORD2
|
|
opendb KEYWORD2
|
|
write KEYWORD2
|
|
query KEYWORD2
|
|
postString KEYWORD2
|
|
response KEYWORD2
|