Skip to content

v5.2

Compare
Choose a tag to compare
@Raizo62 Raizo62 released this 09 Jan 17:38
· 96 commits to master since this release
  • replace the type "float" by "double"
  • CSocketServerFunctionVTCP : _Listen : the option "SOL_SOCKET, SO_REUSEADDR" does an error. The option is useless, then it is removed
  • CSocketServerFunctionVTCP : _Listen : bind doesn't like the timeout option
  • CKernelWifi : The variables freq have now the type "TFrequency"
  • add the constant "DEFAULT_FREQUENCY" (2412 Hz)
  • GetFrequency : if no frequency found, it returns "DEFAULT_FREQUENCY" instead of 0
  • TFrequency : becomes of type "u32" / "Hz" (instead of "float" / "MHz" )
  • the method "Attenuation" uses a parameter "frequency" instead of to use the constant "Frequency" (2.4GHz)
  • Makefile : rename the variable "CPP_LIBS" to "GCC_LIBS"