Browse Source

remove 'uint8_t p'

pull/1771/head^2
DanielR92 6 months ago
committed by GitHub
parent
commit
7e0bf3eacd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/utils/helper.cpp

1
src/utils/helper.cpp

@ -16,7 +16,6 @@ const char dayShortNames_P[] PROGMEM = STR_DAYNAME_3_CHAR_LIST;
namespace ah {
void ip2Arr(uint8_t ip[], const char *ipStr) {
memset(ip, 0, 4);
uint8_t p = 0;
const char *start = ipStr;
for (uint8_t i = 0; i < 4; i++) {

Loading…
Cancel
Save