Hi Gary,
The SX1278 is SX1276 compatible, so the code should work as is.
Can could start by setting the frequency to 433.175 Mhz, as well in your node(s).
// Set center frequency
uint32_t freq = 433175000; // in Mhz! (433.175)
Let us know if this works!
Thomas