Skip to content

Instantly share code, notes, and snippets.

@jamargevicius
Last active January 31, 2022 02:12
Show Gist options
  • Save jamargevicius/79f9df14f4e5889d47f85749cfddeaaa to your computer and use it in GitHub Desktop.
Save jamargevicius/79f9df14f4e5889d47f85749cfddeaaa to your computer and use it in GitHub Desktop.
FirebaseESP32example json file
{
"UsersData" : {
"xxxxxx" : {
"LED+Display" : {
"onOffLEDs" : {
"yellowLED" : 1,
"blueLED" : 1
},
"message" : "I hope I love this app",
"pwmLEDs" : {
"redSliderLED" : 20,
"greenSliderLED" : 80
}
},
"BME280_readings" : {
"humidity" : 10.00,
"pressure" : 0.500,
"temperature" : 30.00
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment