Beta release
Rewrite sys-botbase in C++, implement Pokémon Automation's tick-precise Computer-Control commands, remove ACNH-specific commands.
Goals and major changes:
- Make it easier to expand, modify, and work with.
- Ability to build with Visual Studio 2022 and use IntelliSense.
- Reduce heap, remove currently unused and ACNH commands.
- Add logging to text file (always enabled for errors, exceptions. Optional command toggle to enable all logging for debugging purposes).
- Maintain current sys-botbase/usb-botbase compatibility (sans ACNH support), with an option to toggle backwards compatibility via command or in source if simplified CRLF/read/send is desired.
WiFi connection enabled by default. Edit config.cfg, change wifi to usb if you wish to use USB connection.
Version will be reported as 3.1 with backwards compatibility enabled (default), or 3.0 with it disabled.