Konstantinos Kanavouras
Konstantinos Kanavouras
I don't think I've seen many online games keeping chat history (perhaps command history would actually be more important). While this feature would be very useful for admins, I don't...
I think [YA](http://yaml.org/)[ML](http://en.wikipedia.org/wiki/YAML) would be a much better option to use for configuration files with JSON, since the latter doesn't support comments and is a bit hard to read and...
[You can actually use a YAML parser to read most JSON documents](http://yaml.org/spec/1.2/spec.html#id2759572), although a JSON parser might be faster for that task.
Can you try this binary? It should be running at 128 kbaud/s [i2c_sniffer.elf.zip](https://github.com/kongr45gpen/i2c-sniffer/files/4219651/i2c_sniffer.elf.zip)
Πού ακριβώς αναφέρεσαι; (Αν σε βολεύει εντός του latex, η σελίδα 39 είναι περίπου στη γραμμή 2700)
Simple change that fixed the issue for me: ```diff diff --git a/Makefile b/Makefile index f895c15..46740f6 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ build-apache: setup: build cp .env.example .env...
Check https://github.com/Attendize/Attendize/issues/1052, this seems to be a duplicate
> Hello, if setting the clock to 72 MHz, what the max speed support for i2c sniffer? I don't really remember the max speed this can work with - probably...
:+1:
Excluding message deletion and match deletion, the model actions required for the initial release have been implemented.