Programming Attiny45 with Uno. Problems finding good information.

No error occurred when I created a new sketch and compiled as you recommended. I did find where I had removed the previous void loop (because there was no code). I re-entered the void loop command to address that issue. I attempted to compile the updated code an received the following error:

Build options changed, rebuilding all
Archiving built core (caching) in: C:\Users\TBK\AppData\Local\Temp\arduino_cache_458644\core\core_ATTinyCore-master_avr_attinyx5_LTO_disable,TimerClockSource_default,chip_45,clock_8internal,bod_disable_3652342df78470b424b7590a57f0d9c7.a
Sketch uses 2790 bytes (68%) of program storage space. Maximum is 4096 bytes.
Global variables use 70 bytes (27%) of dynamic memory, leaving 186 bytes for local variables. Maximum is 256 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xae

Is 0xae referring to the local or destination that I used for the LoRa addresses in my sketch?