Commit Graph

3 Commits

  • - repair issue #5 (static IP can't connect)
    - increase DMA buffer size from 1 chunk to 3 chunks settable through source code Macro CHNK_CTRL_CNT
    
    - activate OTA server
    
    Signed-off-by: Karl Osterseher <karli_o@gmx.at>
  • - completely drop ADF but copy necessary parts
    o copy component audio_board from ADF and create custom component from it
      o copy component audio_hal from ADF and create custom component from it
      o copy component audio_sal from ADF and create custom component from it
      o copy component esp_peripherals from ADF and create custom component from it
    - add fLaC support through xiph's original repository as a git module
  • - clean up code
    - add pre commit using GNU style
    - remove some minor issues regarding the use of global variables and such