mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Less print msgs on wifishield
This commit is contained in:
@ -78,10 +78,15 @@
|
||||
<type>2</type>
|
||||
<locationURI>framework:/com.atmel.avr32.sf.uc3</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>arduino</name>
|
||||
<type>2</type>
|
||||
<location>/media/WindowsNTFS/Projects/Arduino/Arduino-git</location>
|
||||
</link>
|
||||
<link>
|
||||
<name>include</name>
|
||||
<type>2</type>
|
||||
<location>C:/usr/avr32/include</location>
|
||||
<location>/home/dlafauci/C::/usr/avr32/include</location>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
BIN
wifiHD/Release/wifiHD.elf
Normal file
BIN
wifiHD/Release/wifiHD.elf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
||||
#define ARD_UTILS_H_
|
||||
|
||||
#include "gpio.h"
|
||||
#include "arduino/arduino.h"
|
||||
#include "ARDUINO/arduino.h"
|
||||
#define INIT_SIGNAL_FOR_SPI() gpio_enable_pin_pull_up(ARDUINO_HANDSHAKE_PIN)
|
||||
#define BUSY_FOR_SPI() gpio_set_gpio_pin(ARDUINO_HANDSHAKE_PIN)
|
||||
#define AVAIL_FOR_SPI() gpio_clr_gpio_pin(ARDUINO_HANDSHAKE_PIN)
|
||||
|
@ -423,8 +423,8 @@
|
||||
|
||||
#undef DHCP_DOES_ARP_CHECK
|
||||
|
||||
#if 1
|
||||
#define LWIP_DEBUG 1
|
||||
#if 0
|
||||
#define LWIP_DEBUG 0
|
||||
//#define NETIF_DEBUG LWIP_DBG_ON
|
||||
//#define DHCP_DEBUG LWIP_DBG_ON
|
||||
//#define ICMP_DEBUG LWIP_DBG_ON
|
||||
|
Reference in New Issue
Block a user