Fungreenfox
Fungreenfox
\libraries\Radio-master\src/radio.h:128:1: warning: 'typedef' was ignored in this declaration typedef struct AUDIO_INFO { ^~~~~~~ How to get around this warning?
Volume command can be set between 1 and 15, but is always 15.
Arduino scripts\libraries\Radio-master\src\SI4705.cpp:498:25: note: within this loop for (uint8_t n = 0; n < 12; n++) { Its just that the radio is a SI4703, and there is a script dedicated...
Building a stationary radio with esp32 wroom 30 pin, and display ili 9488 3.5". Problem is, that when the Si4703 radio module is initialized seconds later after the tft.ini(), the...
Only SI4703 is decleared in the script, however there are compiler warnings for SI4705: Driveletter:\Arduino scripts\libraries\Radio\src\SI4705.cpp:229:34: error: variable or field 'setBassBoost' declared void void SI4705::setBassBoost(UNUSED bool switchOn) { ^ Driveletter:\Arduino...
With esp32, the keypad_i2c.h library performs repeating keystrokes. Is there a function to stop repeating?
#include "AiEsp32RotaryEncoder.h" #include byte PreFIX = 0; byte Fixer, Prefix; EEPROM.writeByte(PreFIX, Fixer); PreFIX += sizeof(byte); EEPROM.commit(); Having the script to store a byte to EEPROM and a photodiode to take...
first line with this: void parsePrinterStateJSON(String jsonStr){ ArduinoJson 7 replaces the concept of [JsonBuffer](https://arduinojson.org/v5/api/jsonbuffer/) with the concept of [JsonDocument](https://arduinojson.org/v7/api/jsondocument/). Would you like to update the script for Arduinojson version 7.1.0...
When the device boots up, the TOUCH_CS is changed from any GPIO to 1. Help. A little helper was written, that is able to tell, if the pin has changed....