remove begin()

This commit is contained in:
Rob Loranger
2025-06-22 09:10:49 -07:00
parent 0bf03f2309
commit b99d29494e

View File

@@ -21,7 +21,6 @@ DISPLAY_CLASS display;
bool radio_init()
{
rtc_clock.begin(Wire);
SPI.begin();
return radio.std_init(&SPI);
}