thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
86 stars 30 forks source link

Report all probes #46

Closed speshak closed 4 years ago

speshak commented 4 years ago

Fixes #45

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

speshak commented 4 years ago

I'm opening this now as more of an RFC before I go further. There are a couple outstanding issues that at least need discussed:

speshak commented 4 years ago

I've answered my own question about parseJsonToken. That function is used for both JSON keys and values, and spaces (and the other skipped chars) aren't valid in a key.

lbussy commented 4 years ago

speshak commented 4 years ago

I fixed the issue with possibly squashing other SPIFFS content, and added another PiLink command (p) for dumping the list of configured device names. I think this is ready for review.