1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Less print msgs on wifishield

This commit is contained in:
Mimmo La Fauci
2012-02-01 08:15:37 +01:00
parent 5778170fa6
commit 7c2934a91b
5 changed files with 442 additions and 502 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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