Commit Graph
4 Commits
Author SHA1 Message Date
TD-er d2644b2da7 [Cleanup] Do not use F-macro for short strings
Got rid of a few kB in the binary image by removing F-macro from numerous 1 or 2 character flash strings.
These very short strings take more space in flash and memory when using the F-macro.

Also appending to a string using a `'a'` character definition takes less resources compared to a one-character string `"a"`.
2018-11-04 01:27:42 +01:00
TD-er 859b67e34d [ArduinoJson] Update external library ArduinoJson.
Is needed to compile new ESP32 code.
2018-06-23 22:06:22 +02:00
Edwin Eefting 24e4f8c1fd now no longer a submodule. lib/ArduinoJson upstream version v5.6.4 2017-04-23 20:49:39 +02:00
Edwin Eefting 47a22026f8 add libraries as submodules 2017-03-01 22:45:26 +01:00