mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
update HTTPCLIENT_1_1_COMPATIBLE (#5389)
* update HTTPCLIENT_1_1_COMPATIBLE: #if instead if #ifdef, set to 1 by default host emulation updates * host CI: minor simplification * revert -j
This commit is contained in:
committed by
Earle F. Philhower, III
parent
4f86a68b56
commit
116da1881c
@ -118,4 +118,16 @@ class InterruptLock { };
|
||||
|
||||
//
|
||||
|
||||
#define D0 0
|
||||
#define D1 1
|
||||
#define D2 3
|
||||
#define D3 3
|
||||
#define D4 4
|
||||
#define D5 5
|
||||
#define D6 6
|
||||
#define D7 7
|
||||
#define D8 8
|
||||
|
||||
//
|
||||
|
||||
#endif // __cplusplus
|
||||
|
Reference in New Issue
Block a user