From: Alexander Vasarab Date: Tue, 30 Jun 2020 20:49:49 +0000 (-0700) Subject: Reduce configuration complexity X-Git-Tag: v2.0.0^2~16 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/6980e4fef8dad4b47cb03b879860b5981c1e67cc?ds=sidebyside;hp=6980e4fef8dad4b47cb03b879860b5981c1e67cc Reduce configuration complexity This commit cleans up the configuration file format expectations. Whereas before there was separate [nrcs]/[mesowest] sections, there is now one [station] section. It also unifies the configuration options between the two in the config file, as well as the code. Much cleaner and simpler. ---