Commit 72cdb70
committed
Update macro conditions for ESP8266 and ESP32 ####
Modify `min` and `max` macro definitions
in `MySensors.h` to exclude ESP8266 and ESP32
architectures. This change prevents potential
redefinition errors or conflicts when compiling
for these specific architectures.1 parent a2c0c46 commit 72cdb70
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments