Thank you. I had missed the tabs on the examples and only seen the first one.
I suggest retaining LORA_Tx_Done with the correct meaning as deleting it would break user code.
Easily done.
Just for reference, I've now updated the Arduino library and python module. The LORA_Tx_Done() function is now deprecated and has been replaced with LORA_Tx_Busy(). The appropriate examples in the first post have been updated to reflect this.
The reason why I have done this is because simply flipping the operation of the LORA_Tx_Done() function will not be obvious to existing users and may cause much hair pulling. Removing the function will cause a compile error but will make it more obvious something has changed.