Libraries v0.8.5.18

Related to the development libraries, released by Curt Binder
Post Reply
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Libraries v0.8.5.18

Post by binder »

After I released version .17, some "features" showed up that required immediate attention.

So there are a couple fixes in this. No new functionality though. The big changes for this are:
  • Fixed compilation of standard menu - would not compile properly unless PWM Expansion was enabled
  • The PWMExpansion define statement is now all uppercase: PWMEXPANSION. Compiler errors are the reason behind it.

    Code: Select all

    #define PWMEXPANSION
  • Wifi requests - removed labeling unknown requests. Worked good for serial communications but could lead to some problems with wifi stuff.
That's it for the release. You should notice that the wifi should work better.

curt
Post Reply