mirror of
https://github.com/kissste/rtl8710_Raw_Packets.git
synced 2026-07-03 10:05:44 +00:00
First commit
This commit is contained in:
commit
3fa968afe2
84 changed files with 9261 additions and 0 deletions
29
project/inc/user/user_config.h
Normal file
29
project/inc/user/user_config.h
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* wc_mgr.h
|
||||
*
|
||||
* Created on: Feb 16, 2017
|
||||
* Author: sharikov
|
||||
*/
|
||||
#ifndef WC_MGR_H_
|
||||
#define WC_MGR_H_
|
||||
|
||||
#define FREERTOS
|
||||
#define HTTPD_MAX_CONNECTIONS 15
|
||||
|
||||
// #define WIFI_RESET_SETTINGS_PIN PB_1 // wifi settings reset: connect PB1 to ground
|
||||
|
||||
#define GPIO_LED_PIN PA_4
|
||||
#define BITBAND_LED BITBAND_A4
|
||||
|
||||
#define AP_SCAN_LIST_SIZE 32
|
||||
|
||||
#define FLASH_APP_BASE 0xd0000
|
||||
#define flash_size
|
||||
|
||||
#define USE_NETBIOS
|
||||
|
||||
#define HTTPD_PRIORITY (tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET)
|
||||
#define CAPDNS_PRIORITY (tskIDLE_PRIORITY + 0 + PRIORITIE_OFFSET)
|
||||
#define WEBSOC_PRIORITY (tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET)
|
||||
|
||||
#endif /* WC_MGR_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue