Search found 1 match

by ryaber24
Mon Mar 11, 2024 5:59 pm
Forum: ESP32 Arduino
Topic: Strange If Statement Behavior on ESP32-S3
Replies: 1
Views: 479

Strange If Statement Behavior on ESP32-S3

Hello! I am working on a project and writing a custom library, in which I have found a weird if statement bug. Here is my .h file: #include <Arduino.h> #include <ArduinoJson.h> #include <painlessMesh.h> #include <UARTProtocol.h> #include <EasyTransfer.h> #ifndef NMESHMANAGE_H #define NMESHMANAGE_H #...